Tests
Create a Test Expectation
Create a new workflow test expectation for a specific workflow.
POST
Path Parameters
The ID of the app
The ID of the workflow
Body
Detailed information about an expectation within a workflow
Name of the expectation (max 256 characters)
Required string length:
1 - 256
JavaScript code that results in a boolean value determining if the expectation passed or failed
Maximum length:
10240
Response
200 - application/json
Detailed information about an expectation within a workflow
Creation date of the expectation
Unique identifier for the expectation
Name of the expectation (max 256 characters)
Required string length:
1 - 256
JavaScript code that results in a boolean value determining if the expectation passed or failed
Maximum length:
10240
Last update date of the expectation
Was this page helpful?