Get delegates for actor

From SMTX Wiki
Revision as of 14:01, 2 May 2025 by Smtxwiki (talk | contribs) (Created page with "In case you need to get the delegates of an actor, you can make use of an additional parameter return WorkflowInterface.getSteps(ticketId, { includeactordelegates : true }) With this extra parameter, you will receive the delegates of each actor in a workflow")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In case you need to get the delegates of an actor, you can make use of an additional parameter

return WorkflowInterface.getSteps(ticketId, { includeactordelegates : true })

With this extra parameter, you will receive the delegates of each actor in a workflow