Newer Version Available

This content describes an older version of this product. View Latest

FlowOrchestrationStepInstance

Represents a run-time instance of a step in a run-time instance of a stage of a run-time instance of an orchestration. This read-only object is available in API version 53.0 and later.

Supported Calls

describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve()

Special Access Rules

All calls require the “Manage Flows” user permission.

Fields

Field Details
Label
Type
string
Properties
Filter, Group, Sort
Description
The label of the step.
Name
Type
string
Properties
Filter, Group, idLookup, Sort
Description
The API name of the step.
OrchestrationInstanceId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the FlowOrchestrationInstance associated with the orchestration step instance.
This field is a relationship field.
Relationship Name
OrchestrationInstance
Relationship Type
Lookup
Refers To
FlowOrchestrationInstance
StageInstanceId
Type
reference
Properties
Filter, Group, Sort
Description
The ID of the FlowOrchestrationStageInstance associated with the orchestration step instance.
This field is a relationship field.
Relationship Name
StageInstance
Relationship Type
Lookup
Refers To
FlowOrchestrationStageInstance
Status
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
The status of the orchestration step instance. Valid values are:
  • Completed—The step instance completed.
  • Discontinued—The step instance was in progress or completed when it’s associated stage instance completed, or the step was in progress or completed when the orchestration instance encountered an error.
  • Error—The step instance encountered an error or the autolaunched flow associated with a step instance encountered an error.
  • InProgress—The step instance is running, the step instance was in progress when its associated stage encountered an error, or the screen flow associated with the step instance encountered an error.
  • NotStarted—The step instance was created, but hasn’t met its entry condition.
StepType
Type
picklist
Properties
Filter, Group, Restricted picklist, Sort
Description
The type of step. Valid values are:
  • InteractiveStep—Interactive Step
  • BackgroundStep—Background Step
  • AynchronousBackgroundStep—Asynchronous Background Step

    This value is available in API version 54.0 and later.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

FlowOrchestrationStepInstanceChangeEvent
Change events are available for the object.
FlowOrchestrationStepInstanceFeed
Feed tracking is available for the object.
FlowOrchestrationStepInstanceHistory
History is available for tracked fields of the object.