class Zenaton::Contexts::Workflow
Represents the current runtime context of a Workflow
.
Attributes
id[R]
@return [String] The UUID identifying the current workflow
Public Class Methods
new(**kwargs)
click to toggle source
@return [Zenaton::Contexts::Workflow] a new execution context for a
workflow
# File lib/zenaton/contexts/workflow.rb, line 12 def initialize(**kwargs) @id = kwargs[:id] end