Skip to content

Orchestra: load the process's attached entity

Plugin ID: orchestra_load_attached_entity

Available since: 1.0.0

Loads the content entity a process instance is attached to, into a token, so a reacting model can act on it.

Fields

Instance ID — config key: instance

The process instance whose attached entity to load. Usually the [orchestra_instance] token from the Orchestra event.

Type: textfield · Required: yes · Default: [orchestra_instance]

Name of the entity token — config key: token_name

The token to store the attached entity in (default orchestra_entity).

Type: textfield · Required: no · Default: orchestra_entity

Attachment key — config key: attachment_key

Which attached entity to act on, identified by its key (role). Leave empty for the primary subject.

Type: textfield · Required: no · Default: empty string