Orchestration Class
Get orchestration instances.
Namespace
Orchestration Methods
These methods are for Orchestration. All methods
are static.
getOrchestrationInstance(instanceId)
API Version
63.0
Requires Chatter
No
Signature
public static ConnectApi.OrchestrationInstance getOrchestrationInstance(String instanceId)
Parameters
- instanceId
- Type: String
- The ID of orchestration instance to get details for.
Return Value
getOrchestrationInstanceCollection(relatedRecordId)
Get orchestration instances associated with a Salesforce record that’s
configured as a context record for orchestration interactive steps.
API Version
54.0
Requires Chatter
No
Signature
public static ConnectApi.OrchestrationInstanceCollection getOrchestrationInstanceCollection(String relatedRecordId)
Parameters
- relatedRecordId
- Type: String
Return Value
getOrchestrationInstanceCollection(relatedRecordId, relatedOrchestrationId)
Get orchestration instances associated with either a Salesforce record or an
orchestration that’s configured as context for orchestration interactive steps.
API Version
66.0
Requires Chatter
No
Signature
public static ConnectApi.OrchestrationInstanceCollection getOrchestrationInstanceCollection(String relatedRecordId, String relatedOrchestrationId)
Parameters
- relatedRecordId
- Type: String
- The ID of a record configured as a context record for orchestration interactive steps. You must specify either relatedRecordId or relatedOrchestrationId.
- relatedOrchestrationId
- Type: String
- The ID of an orchestration configured as context for orchestration interactive steps. You must specify either relatedRecordId or relatedOrchestrationId.