Return variables

Following are the return variables that can be used to validate the Resource Update node activity. They apply to the node as a whole.

Success variables

If the node processed successfully, the variables will be:

  • <NodeName>_errorCode=0

  • <NodeName>_informationCode=0

  • <NodeName>_returnMessage=success message (for example, "Resource <id> added successfully")

  • <NodeName>_outputData=0

Node failure variables

If "Stop process on failure" is enabled at the node level, the node stops processing and ends the flow.

If the node processing failed, the variables will be:

  • <NodeName>_errorCode>0

  • <NodeName>_informationCode>0

  • <NodeName>_returnMessage=error or exception message

  • <NodeName>_outputData=