class AWS::SimpleWorkflow::WorkflowExecution

def open?

Returns:
  • (Boolean) - Returns true if the workflow execution is still open.
def open?
  status == :open
end