This section deals with all Windows related Activities.
Activities
Get Current User Info
This activity outputs the domain and username of the currently logged user.
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.
Activity Parameters
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.
On execution Workflow
Execution result: