ActionWorkflowsApiDTO
Description
Model that describes details associated with a action and workflow pair.
Required Parameters
- actionId
-
-
type: string
-
description: ActionId associated with the workflow
-
- actionState
-
-
type: string
-
description: Action state
-
enum: ['ACCEPTED', 'REJECTED', 'PRE_IN_PROGRESS', 'POST_IN_PROGRESS', 'IN_PROGRESS', 'SUCCEEDED', 'FAILED', 'DISABLED', 'QUEUED', 'CLEARED', 'ACCOUNTING', 'READY', 'FAILING', 'BEFORE_EXEC', 'IN_PROGRESS_NON_CRITICAL']
-
- actionTransitionTime
-
-
type: string
-
description: Action state change time
-
- workflowId
-
-
type: string
-
description: WorkflowId associated with the action
-
- workflowState
-
-
type: string
-
description: Workflow state
-
enum: ['WORKFLOW_RUNNING', 'WORKFLOW_FAILED', 'WORKFLOW_SUCCEEDED']
-
- workflowTransitionTime
-
-
type: string
-
description: Workflow state change time
-
Optional Parameters
- uuid
-
-
type: string
-
- displayName
-
-
type: string
-
description: A user readable name of the api object. Cannot be blank. The UTF-8 encoding must be at most 255 bytes.
-
- className
-
-
type: string
-