class Aws::SWF::Types::WorkflowExecution

Represents a workflow execution.

@note When making an API call, you may pass WorkflowExecution

data as a hash:

    {
      workflow_id: "WorkflowId", # required
      run_id: "WorkflowRunId", # required
    }

@!attribute [rw] workflow_id

The user defined identifier associated with the workflow execution.
@return [String]

@!attribute [rw] run_id

A system-generated unique identifier for the workflow execution.
@return [String]

Constants

SENSITIVE