Dan Funk

Results 30 issues of Dan Funk

Blank fields are displayed with a "-" character in DMN tables. But if the user actually types a "-" into the field, our BPMN editor attempts to interpret it, and...

Presently in [Task.py on line 749](https://github.com/sartography/SpiffWorkflow/blob/master/SpiffWorkflow/task.py#L748) we mark a task as complete, BEFORE we try to execute it in some way (calling the on_complete_hook). This prevents us from handling exceptions...

Our core BPMN code currently references camunda attributes for some aspects of events. Specifically Expression and ResultVariable. We should not have direct dependencies on these attributes. We could add support...

Run through the full source code tree and assure all files contain appropriate headers that reference the LGPL 3.0

Was just adding machinist into an older application - and got this error: /home/dan/.rvm/gems/ruby-1.9.3-p0@clause/gems/machinist-2.0/lib/generators/machinist/install/install_generator.rb:34:in `rspec?': undefined method`to_sym' for nil:NilClass (NoMethodError) of course, it's just a matter of adding a "-t...

SpiffWorkflow has the ability to execute callback functions on certain events. This allows library users to automatically execute actions whenever changes are made to tasks. This functionality would be more...

enhancement

Wish the examples were quoted, as a reminder that we need to quote them in the box - this tripped me up even after just seeing someone complain about it...

For all Workflow Data (Data Objects/Inputs/Outputs) - allow specifying a json schema that is associated with these objects - embedding a reference to the file that contains the schema. It...