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
Configuration
button in the workflow editor and select a Linked Account under Prerequisites
for the workflow.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.Next
to proceed.Provide a Sample Payload
Save Configuration
button.
Select Node
Run Node
Run Node
button.
Check Input and Output
^
button at the bottom and view the input and output details of the test run under the Node
tab.Node
tab to the Workflow
tab.
Click on Run Workflow
button to perform a test execution and a Test Run log is generated with output of each node.
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.