Skip to content

Language Reference

Basic nodes

Start

The start node defines the start of a process. There can be multiple start nodes.

Input

PML
START ‘text input’

Input suggestion

PML
START 'Start' NEXT

Icon

Start icon

End

The end node defines the end of a process. There can be multiple end nodes.

Input

PML
END ‘text input’

Input suggestion

PML
END 'End' NEXT

Icon

End icon

Activity

The activity node defines activities executed within a process.

Input

PML
EVENT ‘text input’

Input suggestion

PML
EVENT 'Task' NEXT

Icon

Event icon