Fetch all the available workflows
GET {{clientmobileappURL}}:5055/WorkflowService/workflows?access_token={{clientmobiletoken}}
- Using this service, we can fetch the list of available workflows.
- Run this service just once since it has a test script defined to fetch a specific workflow and turn the workflow id into a global variable so that other necessary services can utilize it.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| access_token | string |