class AWS::SimpleWorkflow::WorkflowExecution

def request_cancel

Returns:
  • (nil) -

Other tags:
    Note: - Because this action allows the workflow to properly clean up
def request_cancel
  options = { :run_id => run_id }
  domain.workflow_executions.request_cancel(workflow_id, options)
end