| Class | Ruote::ProcessStatus |
| In: |
lib/ruote/engine/process_status.rb
|
| Parent: | Object |
A ‘view’ on the status of a process instance.
Returned by the process and the processes methods of the Engine.
| errors | [R] | An array of errors currently plaguing the process instance. Hopefully, this array is empty. |
| expressions | [R] | The expressions that compose the process instance. |
Returns a hash fei => variable_hash containing all the variable bindings (expression by expression) of the process instance.
Returns the current version of the process definition tree. If no manipulation (gardening) was performed on the tree, this method yields the same result as the original_tree method.
Returns a list of all the expressions that have no parent expression. The list is sorted with the deeper (closer to the original root) first.