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
Manual tasks
User tasks
Currently not supported Task elements:
Service tasks
Currently Service tasks can be modeled but are ignored during a Flower process execution.
Receive tasks
Currently Receive tasks can be modeled but are ignored during a Flower process execution.
Business rule tasks
Currently Business rule tasks can be modeled but are ignored during a Flower process execution.
Script tasks
Currently Script tasks can be modeled but are ignored during a Flower process execution.
Send tasks
Currently Send tasks can be modeled but are ignored during a Flower process execution.