Skip to main content
Functions accessible via 'ScriptResponseVO'
Updated over a week ago

1

setResponseAction

Signature: setResponseAction(ResponseActionEnum action)

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

Action could be any one of the below:

ResponseActionEnum.UPDATE_WORKFLOW_VARIABLE

ResponseActionEnum.UPDATE_WORKFLOW_TIMER_DUEDATE

Returns: ---

2

setResponseObject

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

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

Returns: ---



Did this answer your question?