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

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 - Service(Java) Task

script - Script Task

rest - Rest Task


activityJavaTask|ScriptTask|RestTaskYes

Type related bpmn task information of the activity. These information will be used by the workflow engine.

JavaTask 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.

...