Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »


In general terms of parameters in WF4.5, there are three main concepts: Variables, Arguments and Expressions. The definitions for each are that Variables are used to store data within a workflow task, Arguments are used to passing data and Expressions are used for manipulating data inside a task. In Task Designer panel there is a custom panel for Variables, Arguments and Imports.


Variables
Variables can be defined at different scopes (sequence, flowchart etc.). In order to define a new variable for the workflow task, click on the "Variables" button in Task Designer -> Variables panel, after you have selected an activity to set the scope of the variable(for example: main Sequence activity of the task):

If the task has predefined variables, they will be visible in the Variables panel. In order to edit existent variables, click on the correspondent variable row and perform desired editing.
To define a new variable, click on "Create variable" row and choose proper values for "Variable Type", "Scope" and "Default" columns.
Arguments
Arguments are used to define the flow of data in and out of a specific activity. Arguments may be: In, Out, In / Out or Property. When building a workflow task, arguments are defined to allow data to be passed into the workflow task when it is executed outside Designer Basic (for example, Flowster Studio - Portal) . The arguments are defined in the same manner as variables in Task Designer->Arguments panel.

If the task has predefined arguments, they will be visible in the Arguments panel. In order to edit existent arguments, click on the correspondent argument row and perform desired editing.
To define a new argument, click on "Create argument" row and choose proper values for "Direction", "Argument Type" and "Default values" columns.

  • No labels