There may be different Sequences doing their jobs. We can easily put similar Sequences into a workflow; each workflow represents a task. It is very easy to test a separate workflow alone. Let us try to understand them better with an example.
Perform the following steps:
- Drag and drop a Flowchart onto the Designer panel. Drag and drop a Sequence activity. Connect the Sequence activity with the Start node.
- Double click on the Sequence activity. Drag and drop an Input dialog activity and a Message box activity. Specify a message in the label property of the Input dialog activity.
- Create a variable of type String. Give it a name. Also, specify this newly created variable's name in the content property of the Message box ...