Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section deals with the Communication Activities of the systego flowster Design Pool

...

Table of Contents
minLevel2


Image Modified

...


...

Activities

...

...

HTML Composer

...

 

...

...

 

...


...

Variables and Arguments
In general terms of parameters in WF4, there are two main concepts: Variables and Arguments. The definitions for each are that Variables are used to store data within a workflow and Arguments are used to passing data in/out of a workflow. The concept of „binding" parameters has been replaced with the usage of variables and arguments.
Variables are to be used in a workflow whenever the need to store data is limited to the current workflow and the output/input of the workflow is not used anywhere else (for example in Admin Suite).
Arguments are to be used whenever the input parameters of an activity are given by the user using for instance a web-based application, (for example when running a workflow in Admin Portal) and if the output of an activity is to be returned and used outside of DesignStudio application . (for example Admin Portal)
All parameters that have an Expression editor in Activity Properties panel can be used for value storage and passing, through variables and arguments.
Example: Collection From String activity
Image Removed
Defined IN arguments, with default value to be filled in by the user when running the workflow:
Image Removed
Defined variables to store the output of the Collection From String activity:
Image Removed
Parameters with different editors, like Folder editors or ComboBox cannot be bound to variables nor arguments.
Activity Properties
In general terms of activities properties, there are two main concepts: „Stop On Error" and „Enabled".
Image Removed
The concept of „Stop on error" and „Enabled"mechanisms are defined for runtime purposes.
Image Removed
Stop on error" Property
On runtime (nn. Start button), if the Stop on error property is set to Yes for an activity and an error or exception is thrown, the execution of the workflow stops on the activity that caused the error /exception to be thrown.
Image Removed
Image Removed
If set to No, the error message is displayed in Tracking Data panel, but the execution of the workflow continues.
Image Removed
Image Removed
„Enabled" Property
On runtime, if the Enabled property is set to Yes for an activity,the activity is executed.
Image Removed
Image Removed
If set to No, the activity will not be executed on runtime.
Image Removed
WF Designer panel view:
Image Removed
Tracking Data panel view:
Image Removed
Activites Parameters

...

The Content parameter is given by the user via In argument defined in the Parameters Area from WF Designer panel:




The output returned by this activity is stored into the variable HTML_Output and will be used as imput for Content parameter from Send Email activity.

...

Send Email


This activity has three categories of parameters: Authentication, Message and Addresses.
For Authentication parameters, an exchange server is used with proper credentials given by the user via defined IN arguments in the Parameters area from WF Designer panel:






For Message parameters:

...



Click on Add button and fill the Value field in the right side of the panel to attach a new file.
For Addresses parameters values are passed via IN arguments :



...


On Execution Workflow

Execution Result: