Hi all,
is there a way to get the details if a workflow?
the API dose not provide a GET endpoint for workflows
thanks
Hi all,
is there a way to get the details if a workflow?
the API dose not provide a GET endpoint for workflows
thanks
Hi,
It depends on the type of detail. It is possible to retrieve workflow information using the Get workflow sessions endpoint.
For example, you can obtain:
thanks!
i don’t see the workflow’s name for example using the sessions endpoint
In this case, I believe it is not possible.
One alternativa would be to create an attribute, for example of type CheckBoxesAttribute, and store the workflow names in it.
Within the workflow, you can add a Set Attribute Values step to populate this attribute with the value corresponding to that specific workflow.
This way, for each workflow created, you can define its name and later retrieve this information through the Get workflow sessions endpoint.