WorkflowRun Class
The workflow run.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.logic.models._models_py3.SubResourceWorkflowRun
Constructor
WorkflowRun(*, correlation: Optional[azure.mgmt.logic.models._models_py3.Correlation] = None, **kwargs)
Variables
- id
- str
The resource id.
- name
- str
Gets the workflow run name.
- type
- str
Gets the workflow run type.
- wait_end_time
- datetime
Gets the wait end time.
- start_time
- datetime
Gets the start time.
- end_time
- datetime
Gets the end time.
- status
- str or WorkflowStatus
Gets the status. Possible values include: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", "Ignored".
- code
- str
Gets the code.
- error
- any
Gets the error.
- correlation_id
- str
Gets the correlation id.
- correlation
- Correlation
The run correlation.
- workflow
- ResourceReference
Gets the reference to workflow version.
- trigger
- WorkflowRunTrigger
Gets the fired trigger.
- outputs
- dict[str, WorkflowOutputParameter]
Gets the outputs.
- response
- WorkflowRunTrigger
Gets the response of the flow run.
Feedback
Submit and view feedback for