Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IWorkflowDefinition

Hierarchy

Index

Properties

bpmnProcessId

bpmnProcessId: string

See your BPMN process id on your BPMN file

Example:

  • CamundaBPM: "DEMO" not compatible with version property due to API restriction, please use workflowKey
  • Zeebe: "DEMO" and use version property to target the right workflow version.

bpmnXml

bpmnXml: string

resourceName

resourceName: string

version

version: number

Warning: Camunda BPM platform is not compatible with "version" property due to API restriction, please use workflowKey. Because workflowKey includes "version" in Camunda BPM plateform

workflowKey

workflowKey: string

Example:

  • CamundaBPM: "DEMO:2:weqw-qweweqw-fhdjfh-sjjss"
  • Zeebe: "3211"

Generated using TypeDoc