BPMN Tasks

BPMN Tasks

This document outlines an overview of supported elements.
Docs
Components
BPMN
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

Undefined Task

Manual tasks

Manual Task

User tasks

User Task

Currently not supported Task elements:

Service tasks

Service Task
ℹ️

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

Receive tasks

Receive Task
ℹ️

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

Business rule tasks

Business RuleTask
ℹ️

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

Script tasks

Script Task
ℹ️

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

Send tasks

Send Task
ℹ️

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