WorkflowManagement.post

Posts the pause node enactment with the corresponding event id as complete. The job containing the pause node enactment is identified by the process name and one or more process attribute values. These must uniquely identify a single active job. Note that any script configured in the pause node is not executed. Throws WorkflowManagementException if no pause node enactment exists.

Parameters

java.lang.String  process,  java.util.Map  processAttributes,  java.lang.String  eventId,  java.lang.String  reason,  java.lang.String  caller,