PendingCompletionCard

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

string

Output only. Name is the name of the workflow instance.

instanceId

string (int64 format)

Output only. The unique identifier of the playbook instance.

originalWorkflowDefinitionIdentifier

string

Output only. The unique identifier of the original workflow definition.