AutomationFlowsGeneral › Bailinghub - Submit and Wait

Bailinghub - Submit and Wait

BailingHub - Submit and Wait. Uses n8n-nodes-bailinghub. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesN8N Nodes Bailinghub
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "BailingHub - Submit and Wait",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Run Example",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "operation": "submit",
        "requestId": "={{ $execution.id + '-bailinghub-example' }}",
        "route": "replace_with_allowed_route",
        "input": "Review this test task through the configured BailingHub route."
      },
      "id": "submit-governed-job",
      "name": "Submit Governed Job",
      "type": "n8n-nodes-bailinghub.bailingHub",
      "typeVersion": 1,
      "position": [
        260,
        0
      ]
    },
    {
      "parameters": {
        "operation": "wait",
        "jobId": "={{ $json.job_id }}",
        "maxWaitSeconds": 20,
        "pollIntervalSeconds": 2
      },
      "id": "wait-for-job",
      "name": "Wait for Governed Job",
      "type": "n8n-nodes-bailinghub.bailingHub",
      "typeVersion": 1,
      "position": [
        520,
        0
      ]
    }
  ],
  "connections": {
    "Run Example": {
      "main": [
        [
          {
            "node": "Submit Governed Job",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Submit Governed Job": {
      "main": [
        [
          {
            "node": "Wait for Governed Job",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "11111111-1111-4111-8111-111111111111",
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

BailingHub - Submit and Wait. Uses n8n-nodes-bailinghub. Event-driven trigger; 3 nodes.

Source: https://github.com/bailinghub/bailinghub-n8n-node/blob/main/examples/submit-and-wait.workflow.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.

Read Write File, HTTP Request, Google Drive
General

Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.

Execute Workflow Trigger, HTTP Request
General

N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.

Execute Command
General

Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.

GraphQL
General

[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.

Custom