Skip to main content

Functions Accessible via 'ScriptResponseVO'

Updated over 3 weeks ago

1

setResponseAction

Signature: setResponseAction(ResponseActionEnum action)

Description: This method will be used to set workflow dynamic ADecision variables OR to update the due date of a specific timer.

The action could be any one of the following:

ResponseActionEnum.UPDATE_WORKFLOW_VARIABLE

ResponseActionEnum.UPDATE_WORKFLOW_TIMER_DUEDATE

Returns: ---

2

setResponseObject

Signature: setResponseObject(Map<String, Object> responseObject)

Description: This method is used along with setResponseAction() to set the workflow dynamic ADecision variable OR to update the due date of a specific timer. responseObject contains details of the object to be modified. Please click here for a sample script.

Returns: ---



Did this answer your question?