WorkflowRunAction Class  
The workflow run action.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
WorkflowRunAction(*, correlation: _models.RunActionCorrelation | None = None, retry_history: List[_models.RetryHistory] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| correlation | The correlation properties. Default value: None | 
| retry_history | Gets the retry histories. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | The resource id. | 
| name | Gets the workflow run action name. | 
| type | Gets the workflow run action type. | 
| start_time | Gets the start time. | 
| end_time | Gets the end time. | 
| status | Gets the status. Known values are: "NotSpecified", "Paused", "Running", "Waiting", "Succeeded", "Skipped", "Suspended", "Cancelled", "Failed", "Faulted", "TimedOut", "Aborted", and "Ignored". | 
| code | Gets the code. | 
| error | 
				<xref:JSON>
		 Gets the error. | 
| tracking_id | Gets the tracking id. | 
| correlation | The correlation properties. | 
| inputs_link | Gets the link to inputs. | 
| outputs_link | Gets the link to outputs. | 
| tracked_properties | 
				<xref:JSON>
		 Gets the tracked properties. | 
| retry_history | Gets the retry histories. |