ksc_move_request_workflow
This special command causes a workflow event to occur on the specified request.
Parameter |
Description |
---|---|
REQUEST_ID |
The ID of the request to take action on. This is a required parameter, and should default to the token for the ID of the current request (" |
FROM_WORKFLOW_STEP_SEQ |
The sequence number of the step to take action on. This is a required parameter, and should default to the token for the active step of the current request (" |
EVENT_NAME |
The type of workflow event to start.This is a required parameter. The following events are supported (same as the workflow transition database open interface):
|
RESULT_VISIBLE_VALUE |
The visible value of the desired result value for the workflow action, if applicable. This is the value the user would choose in the user interface while taking action on a workflow, and should default to NULL. Most of the events require the result visible value to be specified (see the EVENT_NAME for specifics). |
SCHEDULE_DATE |
The date to schedule an execution event. This should default to NULL. Only used with EXECUTION_SCHEDULE events, otherwise it is ignored. |
DELEGATE_TO_USER_ID |
The ID of the user to whom the current user's approval vote should be delegated. This should default to NULL. Only used with APPROVAL_DELEGATE events, otherwise it is ignored. |
TO_WORKFLOW_STEP_SEQ |
The sequence number of the desired step to transition to. This should default to NULL. Only used with FORCE_TRANSITION events, otherwise it is ignored. |