Return variables

Return variables are used to validate the Resource Update node activity. These apply to the node as a whole.

Success variables

These are the variables if the node is processed successfully:

  • <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.

These are the variables if the node processing failed:

  • <NodeName>_errorCode>0

  • <NodeName>_informationCode>0

  • <NodeName>_returnMessage=error or exception message

  • <NodeName>_outputData=