Versions Compared

Key

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

...

Anchor
_Toc331147299
_Toc331147299
Workflow


Workflow name: Windows_workflow

Workflow description:

Activities are the building blocks of WF , they are a unit of work in WF. Activities can be composed together into larger Activities. When an Activity is used as a top-level entry point, it is called a "Workflow".
In WF4, the root activity is called „Sequence". This activity is added by default in WF Designer panel when a new workflow is created. All activities that are placed inside of a sequence are called child activities.
Image Modified
 
 

 


 
 
Activity Parameters

Anchor
_Toc331147302
_Toc331147302
Get Current User Info


This activity has no input parameters because it only outputs the Username and Domain of the currently logged user.
The output values of the two output parameters are passed to the OUT arguments defined in the Parameters area from WF Designer panel. The arguments of direction OUT are displayed in the Output section of Tracking Data panel on running workflow.


Anchor
_Toc331147303
_Toc331147303
On execution Workflow

...