BpmnResource

The Resource class is used to specify resources that can be referenced by Activities or processes or other BPMN elements such as datastores. These Resources can be Human Resources as well as any other resource assigned to Activities during Process execution time.

The definition of a Resource is "abstract", because it only defines the Resource, without detailing how e.g., actual user IDs are associated at runtime. Multiple Activities can utilize the same Resource.

Every Resource can define a set of ResourceParameters. These parameters can be used at runtime to define query e.g., into an Organizational Directory. Every Activity referencing a parameterized Resource can bind values available in the scope of the Activity to these parameters.

 

: BpmnResource (architecture_autodiagram)
Figure 68 : BpmnResource (architecture_autodiagram)
BpmnResourceBpmnSharedElementBpmnResourceRoleBpmnResourceParameter
Association
Description
ResourceroleRefs : BpmnResourceRole [0..*]
Parameter : BpmnResourceParameter [0..*]