Versions Compared

Key

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

...

Event

BPMN Symbol 

Description

Create StartEvent

Start event of a Workflow. This represents the Start of the Workflow execution. Service Tasks and Decision gateways can be added after the start event in sequence to create the workflow.

Create EndEvent

End event of a Workflow. This represents the End of the Workflow path. When the process has reached an end event, it is completed. When a sub process reaches an end event, the process flow returns to the parent level process.

Create ServiceTask

Creates a Service Task in a Workflow. It is used to create or add Operations in a workflow. To create a process workflow, service tasks are added in sequence with the operations to be executed at each step.

Create ScriptTask

Creates a Script Task in the workflow. It is used to execute a script as part of the workflow. The script tasks are added in sequence with the other Service Tasks to create a workflow. When the workflow process arrives at the Script Task, the configured script is executed.

XOR Gateway

A diverging Exclusive Gateway. It is used to create alternative paths within a Process flow. When the execution of a workflow arrives at the gateway, all outgoing sequence flows are evaluated in the order in which they are defined. The workflow path whose condition evaluates to true is executed.

Error Boundary Event

Image Added

Error Boundary Event. It is used to handle the occurrence of errors during the execution of an activity or at a certain point in the flow of a process. When the workflow encounters an error, the path or series of activities linked to the error are executed.

Following is a simple example of a Business workflow created in Luma Automation:

...

To learn about how to design and manage the workflow, refer to Create Workflow in Luma automation.