Full name: projects.locations.instances.legacyPlaybooks.legacyGetWorkflowStepInstance
legacyPlaybooks.legacyGetWorkflowStepInstance returns a workflow step instance.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the workflow step instance for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "caseId": string, "alertIdentifier": string, "workflowIdentifier": string, "stepIdentifier": string, "blockStepId": string, "loopIteration": integer, "parentWorkflowLoopIteration": integer } |
Fields | |
---|---|
caseId |
Required. The caseId is the identifier of the case. |
alertIdentifier |
Optional. The alert identifier is the identifier of the alert. |
workflowIdentifier |
Required. The workflow identifier is the identifier of the workflow. |
stepIdentifier |
Required. The step identifier is the identifier of the step. |
blockStepId |
Optional. The block step identifier is the identifier of the block step. |
loopIteration |
Optional. The loop iteration is the current loop iteration. |
parentWorkflowLoopIteration |
Optional. The parent workflow loop iteration. |
Response body
If successful, the response body contains an instance of ApiWorkflowStepInstanceDataModel
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.