getActiveFlowActionID()
Obtains the flow action ID of the rendered assignment.
Returns
The flow action ID as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the rendered flow action ID.
const activeFlowActionID = getPConnect().getCaseInfo().getActiveFlowActionID();
Previous topic getActions() Next topic getAssignmentID()