Skip to Content
Flower 3.2.2 is released 🎉
DocsComponentsBPMNBPMN Tasks
Image

BPMN Tasks

BPMN Tasks

The basic elements of BPMN processes are tasks; these are atomic units of work composed to create a meaningful result. Whenever a token reaches a task, the token stops and the Flower engine creates a Jira ticket. When that Jira ticket has been resolved, the token continues on the outgoing sequence flow.

Choosing the granularity of a task is up to the person modeling the process. For example, the activity of processing an order can be modeled as a single Process Order task, or as three individual tasks Collect Money, Fetch Items, Ship Parcel.

Currently supported Task elements:

Undefined tasks

BPMN UndefinedTaskSvg

Manual tasks

BPMN ManualTaskSvg

User tasks

BPMN UserTaskSvg

Currently not supported Task elements:

Service tasks

BPMN ServiceTaskSvg
ℹ️

Currently Service tasks can be modeled but are ignored during a Flower process execution.


Receive tasks

BPMN ReceiveTaskSvg
ℹ️

Currently Receive tasks can be modeled but are ignored during a Flower process execution.


Business rule tasks

BPMN BusinessRuleTaskSvg
ℹ️

Currently Business rule tasks can be modeled but are ignored during a Flower process execution.


Script tasks

BPMN ScriptTaskSvg
ℹ️

Currently Script tasks can be modeled but are ignored during a Flower process execution.


Send tasks

BPMN SendTaskSvg
ℹ️

Currently Send tasks can be modeled but are ignored during a Flower process execution.


Last updated on