Versions Compared

Key

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

BPMN file represents the Workflow defined/specified by the designer using Workflow Designer tool in SDC.

Sample BPMN file

View file
name1810_Samplev5.bpmn
height250

Designer is able to define

  1. Workflow
  2. Inputs and Outputs of Workflow
  3. Manage Activities of Workflow
  4. Establish dependencies between Activities in a Workflow
  5. Map Inputs and Outputs of Workflow/Activity to Inputs and Outputs of an Activity

...

Establish dependencies between Activities in a Workflow

#BPMN FieldXML attribute/element Notes
1sequenceFlow.id attribute Identifier of sequence flow generated on creation 
2sequenceFlow.sourceRef attribute id of source flow element 
3sequenceFlow.targetRef attribute id of target flow element 
4incomingelementid of prior
flow element 
sequenceFlow
2
5outgoingelementid of post
flow element
sequenceFlow

Map Inputs and Outputs of Workflow/Activity to Inputs and Outputs of an Activity

#BPMN FieldXML attribute/elementNotes
1

dataInputAssociation.sourceRef

elementid of source dataInput
2

dataInputAssociation.targetRef

elementid of target dataInput
3

dataOutputAssociation.sourceRef

elementid of source dataOutput
4

dataOutputAssociation.sourceRef

element id of target dataOutput