Actions
Actions are used by Tasks, Agents, Web Services and Rules to define operations to perform during execution.
- Blocks. Use Blocks to organize and control the different sets of actions. A block can contain effects, controls, and other blocks. Use Controls and blocks to control the flow of execution.Each block type has different characteristics to allow control of flow, transactions, iterations, and exception handling.
- Controls. Use Controls in combination with blocks to control the flow of execution.
- Effects. Use Effects to add specific actions, like reading data, creating data, opening forms, importing data etc.
The actions can be viewed and edited in the hierarchical tree view shown above, or in a diagram which displays the action flow using a Business Process Modeling Notation inspired graphical notation.
Topics in "Actions"