Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Data Type

Required

Description

Comment

id

String

Yes

id of the activity


name

String

Yes

name of the activity


description

String

No

description of the activity
iconIConDataNothe icon to show

type

Enum

Yes

activity type, valid values as follow:

serviceTask - Service(Java) Task

scriptTask - Script Task

restTask - Rest Task

activity

contentServiceTask|ScriptTask|RestTaskYes

Related bpmn task information of the extend activity. These information will be used by the workflow engine.

ServiceTask for Service(Java) Task, ScriptTask for Script Task, RestTask for Rest Task.

...