Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 712 Bytes

tasks.md

File metadata and controls

25 lines (13 loc) · 712 Bytes

Tasks

A task has no internal parts, it represents a single unit of work. A task can be run automatically (Script, or BusinessRule) or require completion (Task, ServiceTask, and UserTask) outside of the engine.

Task

This is a generic representation of a task.

UserTask

This task represents work done by a human user.

Service Task

This task represents work done by a ruby service proc when supplied to the context.

Script Task

This task represents work done by the execution process engine written in FEEL.

Business Rule Task

This task represents work done by the execution rule engine, generally, a complex decision.

source | tests