Versions Compared

Key

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

...

Detail informtion of the extend activity.

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

category

String

No

Categorization to help better experience to the Designer while building the work-flow


iconIConDataNothe icon to show

type

Enum

Yes

activity type, valid values as follow:

java

serviceTask - Service(Java) Task

script

scriptTask - Script Task

rest

restTask - Rest Task


activity
JavaTask
ServiceTask|ScriptTask|RestTaskYes
Type related

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

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

IConData

Name

Data Type

Required

Description

Comment

nameStringYesIcon Name

width

integer

No

The width of the icon.
heightintegerNoThe height of the icon.


JavaTask

Name

Data Type

Required

Description

Comment

classStringYesThe implement class of the bpmn service task

inputs

Map<String, Input>

No

The input parameter definitions of the service task. These parameters will dispaly on UI for designer to fullfill.

...