Hi All,
I would like to know, how we can get the status of a triggered workflow status using the workflowID? Is there any ION API that can return the workflow status?
Thanks
Mayuran
Have you reviewed ION API: /v1/workflow/{id}/tasks
Returns a JSON structure with the main structure of the Workflow and its Task related steps. Complemented by Task information for completed and open Tasks. User identifiers are in IFS identity (IFS User GUID). Timestamps are in milliseconds since 1970 (UTC),
Hi Kevin,
I have tried the ION API /v1/workflow/{id}/tasks. But it throws this below error.
Specified user does not have the correct Workflow Authorization (MANAGE)
How can I enable the authorization for a specific user?
Now I have fixed that issue by creating an entry in workflow authorizations. But I have a requirement to get the user decision in a workflow. For example if we have two button in the task, Accept and Reject. Can we identify what the user has selected, using this API? I have tried this. But I am only able to see the status as OkKinside the CompletedTasks section.