Skip to main content
Version: v6.5.0

Set task Results

Command Description

In the "System Management - Application Management" menu of the Commander, each new third-party application can set the "Request Callback URL". When the third-party application schedules the execution of the current process, the "Set task Result" command can call back the customized task result to the third-party application

Command Prototype

Task.SetTaskResults(data)

Command parameter

parametermandatorytypedefault valueInstructions
dataTruestring"{}"Custom task result, limited to 4000 characters

Return result

Run instance

/**************************Set Task Result**************************
Command prototype:
Task.SetTaskResults(data)
Input parameters:
data -- Task result. Note: Custom task result, limited to 4000 characters.
Output parameters:
--> None
Notes:
None
******************************************************************/
Task.SetTaskResults("{}")