Workflow Execution

class botoflow.workflow_execution.WorkflowExecution

Contains workflow execution information provided by SWF.

workflow_id

Either provided or randomly generated Workflow ID. There can only be one workflow running with the same Workflow ID.

Return type
str
run_id

SWF generated and provided Run ID associated with a particular workflow execution

Return type
str