cr-connect-workflow/tests/workflow
Kelly McDonald 217e61eed3 next_task returns the next available task, except when the task is completed when it returns the EndEvent -
The problem was that it was returning the first EndEvent it found, not the last one. This caused a problem when we had a CallActivity which has its own EndEvent.

Fixes #399
2021-07-27 09:19:08 -04:00
..
__init__.py Some minor cleanup on the study status and automatic events. I wanted to avoid having one database model automatically generating other database models as a side effect. The study service now has full responsiblity to recording study events. 2020-08-17 14:56:00 -04:00
test_duplicate_workflow_spec_file.py Users cannot upload a workflow_spec_file that already exists. We raise an error that is displayed on the fron end. 2021-01-04 15:47:45 -05:00
test_workflow_boolean_default.py Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests. 2021-04-26 08:58:09 -04:00
test_workflow_call_activity_end_event.py next_task returns the next available task, except when the task is completed when it returns the EndEvent - 2021-07-27 09:19:08 -04:00
test_workflow_customer_error.py fixing an error by taking a bit of the magic out of one of Mike's regex hinting tools. I figure the hint is still good, and a little less bittle, and all the information is already there if people need to dig. 2021-04-02 17:58:27 -04:00
test_workflow_delete_irb_document.py Added test for deleting multiple files. 2021-04-05 15:13:32 -04:00
test_workflow_enum_default_value_expression.py Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests. 2021-04-26 08:58:09 -04:00
test_workflow_enum_empty_list.py Set the correct default value on enumerations - if it is a multi-select enum (checkbox is set) then it should return a default value of an empty array, and not a dictionary. 2021-04-09 08:40:58 -04:00
test_workflow_form_field_name.py Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -04:00
test_workflow_form_field_type.py Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -04:00
test_workflow_hidden_required_field.py Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests. 2021-04-26 08:58:09 -04:00
test_workflow_infinite_loop.py Added mocked PB data for tests using study_info script. 2021-06-07 10:08:44 -04:00
test_workflow_missing_form_key.py Test and workflow file for missing form key. Ticket 163 2021-01-22 12:14:59 -05:00
test_workflow_name_error_hint.py Merge branch 'dev' into add-name-error-hint-8 2021-07-07 11:24:00 -04:00
test_workflow_processor.py Prefer tasks that share a parent over just the the next available task when returning the next_task in the workflow processor. 2021-05-19 16:26:16 -04:00
test_workflow_processor_multi_instance.py fixing some failing tests related to changes in the underlying spiffworkflow library. 2020-12-14 11:27:38 -05:00
test_workflow_read_only_field.py Test and workflow for persisting read-only data 2021-05-07 14:07:19 -04:00
test_workflow_reset.py Test script validation 2021-06-15 11:15:31 -04:00
test_workflow_restart.py Merge branch 'dev' into launch-workflow-outside-study-204 2021-04-26 10:27:32 -04:00
test_workflow_service.py Fixed test - changed the method name 2021-05-12 14:07:54 -04:00
test_workflow_spec_api.py added missing test for update_workflow_spec_category 2021-04-26 12:57:08 -04:00
test_workflow_spec_validation_api.py Adding additional details to error messages, and cleaning up the cruft around these messages to keep them clear and succinct. 2021-07-07 00:53:49 -04:00
test_workflow_value_expression.py Fixed issue where we were passing in a workflow_api instead of a workflow when completing a form in tests. 2021-04-26 08:58:09 -04:00