PendingCompletionCard represents a playbook instance that is pending completion. This is used to display the queued playbooks that are waiting for a previous instance of the same playbook to complete.
| JSON representation |
|---|
{ "name" : string , "instanceId" : string , "originalWorkflowDefinitionIdentifier" : string } |
| Fields | |
|---|---|
name
|
Output only. Name is the name of the workflow instance. |
instanceId
|
Output only. The unique identifier of the playbook instance. |
originalWorkflowDefinitionIdentifier
|
Output only. The unique identifier of the original workflow definition. |

