SpiffWorkflow icon indicating copy to clipboard operation
SpiffWorkflow copied to clipboard

A powerful workflow engine implemented in pure Python

Results 30 SpiffWorkflow issues
Sort by recently updated
recently updated
newest added

The task behind the gateway is missing. What are the limitations of the gateway task?

Steps - Start Process - Complete UserTask A (Multi-Instance) 3 times (set data `approved = False`) - exclusive gateway flow to UserTask B - Get Error Message `KeyError: 'Duplicate task...

is SpiffWorkflow support completion condition ? example case : if 3/5 member approve, then go to next step. I already try some setting but still need to complete all multi-Instance...

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...

Are camunda forms file supported in the activities of the process?

### What Happens When constructing a spec by adding multiple BPMN files with the same process id, but different version, `BpmnParser` raises `ValidationException` citing 'Duplicate process ID' ### Expectation The...

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