0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 15 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rename file, fix tests More... about 1 year ago
Add bpmn in memory parser functions and tests More... about 1 year ago
Merge pull request #319 from sartography/feature/better_task_order_for_sub_processes More... about 1 year ago
By swapping the order of these lines, we can assure that a call activity is returned BEFORE the tasks that it contains, rather than after it.
Dan
More... about 1 year ago
Merge pull request #318 from sartography/feature/optionally-skip-call-activities-when-parsing More... about 1 year ago
add option to skip parsing call activities More... about 1 year ago
Merge pull request #317 from sartography/bugfix/non-bpmn-tutorial More... about 1 year ago
Merge pull request #315 from sartography/feature/new-task-states More... about 1 year ago
Merge remote-tracking branch 'origin/main' into feature/new-task-states More... about 1 year ago
remove some bpmn-related stuff from core serializer More... about 1 year ago
documentation and comment updates More... about 1 year ago
copy edit More... about 1 year ago
typo More... about 1 year ago
use name for inputs/outputs in base serializer -- not sure why this was ever changed More... about 1 year ago
Called elements (#316) More... about 1 year ago
add serialization migration More... about 1 year ago
Merge pull request #314 from sartography/bugfix/data-object-references More... about 1 year ago
use same data objects & references in subprocesses after deserialization More... about 1 year ago
add two more states to spiff More... about 1 year ago
clean up script engine a little bit More... about 1 year ago
override create parser in spiff package to allow duplicate process names More... about 1 year ago
Merge pull request #312 from sartography/bugfix/run-boundary-events-from-engine-steps More... about 1 year ago
do not execute boundary events in catch More... about 1 year ago
send external events to top level workflow More... about 1 year ago
Merge pull request #311 from sartography/feature/error-message-on-bad-child-task More... about 1 year ago
Merge remote-tracking branch 'origin/main' into feature/error-message-on-bad-child-task More... about 1 year ago
Merge remote-tracking branch 'origin/feature/add_task_not_found_error' More... about 1 year ago
also raise TaskNotFoundException from bpmn workflow w/ burnettk More... about 1 year ago
Merge pull request #310 from sartography/feature/add_task_not_found_error More... about 1 year ago
give us a better error if for some reason a task does not exist More... about 1 year ago