bpxe.ex icon indicating copy to clipboard operation
bpxe.ex copied to clipboard

Business Process Execution Engine

Results 7 bpxe.ex issues
Sort by recently updated
recently updated
newest added

Currently, attributes are stored as maps of `String.t() -> String.t()` (with occasional sprinkling of non-String keys that are used for internal purposes). This means the following: 1. Misspelled attribute name...

housekeeping

* [x] Signal * [ ] Message * [ ] Timer * [ ] Conditional * [ ] Link * [ ] Multiple * [ ] Parallel Multiple *List is...

tracking

> Properties, like Data Objects, are item-aware elements. But, unlike Data Objects, they are not visually displayed on a Process diagram. Certain flow elements MAY contain properties, in particular only...

tracking

This particularly applies to `add_node` function. It would have been great to have these: * [x] Passing attributes as maps **or** keyword lists. Will greatly reduce `%{}` noise in tests....

housekeeping

Currently, it's not possible to limit workflows access to any standard BPMN element. However, in some cases it might be very useful. For example, I personally consider `scriptTask` to be...

enhancement

How do we determine whether a process has completed (no further activity) or in stasis (flow nodes are waiting, not doing anything)? Answering this could really help with improving testing....

Currently, BPXE has two gateways that were designed to make implementation of the flow node operations forward-flowing (so there's no need to check for anything that happened prior to the...

reflection