Sequence
Description
The sequence enables to develop of linear processes that don’t involve complex branch structures. It consists of many child activities executed sequentially. It can implement linear workflows in standalone projects or be included with others to help specific activities. Refer to Office Documentation
Properties
Misc
- DisplayName – Add a display name to your activity.
- Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Example
Download Example (VB)