Workflow Testing in Cobalt enables you to test your workflow’s functionality by running it with sample payloads as you build it.
Configure a Linked Account
Testing
button in the workflow editor side menu and select a Linked Account under Prerequisites
section.If the Linked Account is not authenticated with the integration or if its authentication has expired, a warning will appear.Click the Authorize Application button to reauthenticate or establish a connection with the integration.Provide a Sample Payload
Reset
button.Save
button above.
Select Node
Run Node
Input/Output
tab and click on Run Node
button.
Execute Workflow
button to perform a test execution and a Run log is generated with input and output of each node.
You can easily switch between the run logs to see the execution history.
Insert Variable
modal, choose the node whose response you want to access and select the field from that node response.
id
received in the response when project was created and it’s visible as 4.id
in the field which is of the format <node_number>.<response_field>
.
This streamlined approach of Workflow Testing ensures that your workflows perform as expected before deploying them in production.