0
Workflow Framework: Load Data
Within the workflow or task itself, the dataobject_data is available from the context. However, if you need to access data outside the workflow you can load the data by adding a Workflow: load data node to your logicnet.
- Right-click on the viewer to add the node.
- Click add node.
- Select Workflow: load data from your node options. The system adds the node to your logicnet.
- Select the node and open the Parameters tab to configure your node.
Editor Fields
Field Name | Description/Use | Type/Options | Optional/Mandatory |
Workflow ID | This is the ID of the workflow to which the dataobject_data belongs. | Text | Mandatory |
Data | This is the data object for storing the loaded data. | Data Object | Mandatory |
Error | This is the data object for storing errors if they occur. | Data Object | Optional |
Like
Follow
Reply