The Execution class inherits from Resource.
openstack.workflow.v2.execution.Execution(_synchronized=False, connection=None, **attrs)¶The base resource
| Parameters: | 
  | 
|---|
workflow_name¶The name of the workflow
workflow_id¶The ID of the workflow
description¶A description of the workflow execution
task_execution_id¶A reference to the parent task execution
status¶Status can be one of: IDLE, RUNNING, SUCCESS, ERROR, or PAUSED
status_info¶An optional information string about the status
output¶The output of the workflow
created_at¶The time at which the Execution was created
updated_at¶The time at which the Execution was updated
create(session, prepend_key=True, base_path=None)¶Create a remote resource based on this instance.
| Parameters: | 
  | 
|---|---|
| Returns: | This   | 
| Raises: | 
  | 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.