Contact Us 1-800-596-4880

BPM Configuration Reference

Mule runtime engine version 3.8 reached its End of Life on November 16, 2021. For more information, contact your Customer Success Manager to determine how to migrate to the latest Mule version.

This page provides details on the process components you configure for BPM. Some of this information is pulled directly from mule-bpm.xsd and is cached. For more information on BPM, see BPM Module Reference.

Process

A process backed by a BPMS.

Attributes of <process…​>

Name Description

bpms-ref

An optional reference to the underlying BPMS. Disambiguates in the case where more than one BPMS is available.
Type: string
Required: no
Default: none

processName

The logical name of the process. Looks up the running process instance from the BPMS.
Type: string
Required: yes
Default: none

processDefinition

The resource containing the process definition, this deploys the process to the BPMS. The resource type depends on the BPMS being used.
Type: string
Required: yes
Default: none

processIdField

This field correlates Mule messages with processes. If not specified, the default is MULE_BPM_PROCESS_ID.
Type: string
Required: no
Default: none

No child elements for process.