NERM API get workflow details

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:

  • The workflow ID;
  • Information about the fields filled out in the form;
  • The status, creation date, and other related date.

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.