ActionableEventOrchDef
Parent Type
This type extends the Metadata metadata type and inherits its fullName field.
File Suffix and Directory Location
ActionableEventOrchDef components have the suffix .actionableEventOrchDef and are stored in the ActionableEventOrchDef folder.
Version
ActionableEventOrchDef components are available in API version 64.0 and later.
Fields
| Field Name | Description |
|---|---|
| actionableEventUsageType |
|
| apiName |
|
| contextDefinitionDeveloperName |
|
| contextMappingTitle |
|
| eventCategory |
|
| eventSubtypeApiName |
|
| eventTypeApiName |
|
| executionProcedureAPIName |
|
| executionProcedureType |
|
| isActive |
|
| isTemplate |
|
| label |
|
Declarative Metadata Sample Definition
The following is an example of an ActionableEventOrchDef component.
1<?xml version="1.0" encoding="UTF-8"?>
2<ActionableEventOrchDef xmlns="http://soap.sforce.com/2006/04/metadata">
3 <actionableEventUsageType>1</actionableEventUsageType>
4 <apiName>Create_Asset_Registration</apiName>
5 <contextDefinitionDeveloperName>AssetRegistrationCreateRecordDetails_stdctx</contextDefinitionDeveloperName>
6 <contextMappingTitle>VehicleFaultEventDetailMapping</contextMappingTitle>
7 <eventSubtypeApiName>Create_Registration_Records_SubType</eventSubtypeApiName>
8 <eventTypeApiName>Create_Registration_Records</eventTypeApiName>
9 <executionProcedureAPIName>CreateAssetFlow</executionProcedureAPIName>
10 <executionProcedureType>2</executionProcedureType>
11 <isActive>true</isActive>
12 <label>Create Asset Registration</label>
13</ActionableEventOrchDef>The following is an example package.xml that references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>*</members>
5 <name>ActionableEventOrchDef</name>
6 </types>
7<version>64.0</version>
8</Package>Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.