Payload to named property

Payload to named property

The workflow component, Payload to named property can be used, if you want to save the current payload of the workflow in order to be able to get back this payload (With the named property to payload component), even if the payload was overwritten in the meantime.

 

The named property is kept in the current workflow and can be used by sub-workflows, that are called by the current workflow, but not other workflows, that are running in parallel.

 

This can e.g. be used, if you want to save input files into an error folder, if an error occurred during processing.

 

The component is one of the advanced utilities components.

 

The component has a single parameter:

 

NG2WorkflowPayloadtoNamedProperty0001

 

Property name

The default name of the property is backupData, as seen above.

    • Related Articles

    • Named property to payload

      This component can be used with the workflow component, Payload to named property. The named property to payload component retrieves a named property, that was previously saved with the Payload to property, into the payload. This can e.g. be used, if ...
    • Save XML in property

      This advanced other workflow component, Save XML from property, loads an XML from the payload, and puts it into the property. The property of the workflow can be used as memory cell to store a file while processing another file in the payload. This ...
    • XML to property

      This advanced other workflow component, XML to property, loads an XML from the payload, and puts it into the property. The property of the workflow can be used as memory cell to store a file while processing another file in the payload. This ...
    • Load XML from property

      This advanced other workflow component, Load XML from property, loads an XML from the property, and puts it into the payload. The property of the workflow can be used as memory cell to store a file while processing another file in the payload. This ...
    • XML property to body

      This advanced other workflow component, XML property to body, loads an XML from the property, and puts it into the payload. The property of the workflow can be used as memory cell to store a file while processing another file in the payload. It works ...