Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Orchestration Class
Namespace
Orchestration Methods
getOrchestrationInstance(instanceId)
API Version
63.0
Requires Chatter
No
Signature
public static ConnectApi.OrchestrationInstance getOrchestrationInstance(String instanceId)
Return Value
getOrchestrationInstanceCollection(relatedRecordId)
API Version
54.0
Requires Chatter
No
Signature
public static ConnectApi.OrchestrationInstanceCollection getOrchestrationInstanceCollection(String relatedRecordId)
Parameters
- relatedRecordId
- Type: String
Return Value
getOrchestrationInstanceCollection(relatedRecordId, relatedOrchestrationId)
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.