cr-connect-workflow/tests/data
mike cullerton 9e20025f33 Test and workflow for reset_workflow 2021-06-15 08:37:42 -04:00
..
add_delete_irb_document Allow both a keyword argument, a single argument when calling delete_file. And call it "delete_file" to be more conssitent with existing scripts. 2021-04-08 13:42:17 -04:00
associated_email Test and workflow for associated user emails 2021-03-09 06:50:20 -05:00
boolean_default_value My privous efforts didn't take into account the fact that we use dot notation in field names. 2021-03-14 12:20:39 -04:00
decision_table
decision_table_dictionary_output Added a test for dictionary output from a decision table. 2021-03-18 12:25:27 -04:00
decision_table_invalid
docx
email Merge pull request #264 from sartography/bug/243_complete_all 2021-03-14 12:34:55 -04:00
email_dashboard_url test and bpmn file for new get_dashboard_url script 2021-05-06 15:32:28 -04:00
email_script Modified the email_script workflow to accommodate the changes to the email script. 2021-03-11 11:37:54 -05:00
empty_workflow
enum_empty_list Test, workflow, and empty spreadsheet for the new code. The workflow references the spreadsheet, which has no rows. 2021-02-08 15:12:11 -05:00
enum_options_competing_files Bug #255, this requires the front end to pass in the name of the task, when doing a lookup. This will prevent a bug where we have multiple user tasks, with enum fields that set the same variable, but use different lookup tables to populate the dropbown or search feature. 2021-03-01 14:54:04 -05:00
enum_options_from_file Bug #255, this requires the front end to pass in the name of the task, when doing a lookup. This will prevent a bug where we have multiple user tasks, with enum fields that set the same variable, but use different lookup tables to populate the dropbown or search feature. 2021-03-01 14:54:04 -05:00
enum_options_from_task_data Looks up enum options from task data 2020-07-13 17:46:28 -04:00
enum_options_with_search Bug #255, this requires the front end to pass in the name of the task, when doing a lookup. This will prevent a bug where we have multiple user tasks, with enum fields that set the same variable, but use different lookup tables to populate the dropbown or search feature. 2021-03-01 14:54:04 -05:00
enum_results forgot to include a bpmn for the tests. 2021-04-09 09:02:43 -04:00
enum_value_expression Test and associated data files for setting enum default values from value_expression. Ticket 162 2021-01-22 10:01:20 -05:00
enum_value_expression_fail Test and data for cleaning up my smell. We now test explicitly whether a task has both a default_value and value_expression. If so, we raise an error. 2021-01-27 10:22:43 -05:00
exclusive_gateway
exclusive_gateway_2
extension_error Getting some thoughts down for the extension property error. This might force us to use regexes for the error service. 2021-02-24 10:56:25 -05:00
failing_gateway_workflow First commit for cleaning up error messages for customers. 2021-02-04 11:23:05 -05:00
failing_workflow Tests for uid in logs. Currently we test for uid in a response. This covers ApiError. 2020-12-11 17:47:53 -05:00
file_data_store Add URL to the study_info('documents') script 2021-05-05 11:30:08 -04:00
file_upload_form Prefer tasks that share a parent over just the the next available task when returning the next_task in the workflow processor. 2021-06-08 08:03:14 -04:00
form_expressions Adding some additional bpmns from Staging server to include in tests. 2020-08-27 14:00:45 -04:00
get_study_associate Test and BPMN files for testing 2021-06-04 11:45:51 -04:00
hello_world Test and workflow for launching a standalone workflow 2021-04-26 08:53:25 -04:00
hidden_required_field We now include field.id in the ApiError message for hidden and default validation. (The field must have a default value or value expression) 2021-03-04 10:42:13 -05:00
hidden_required_field_pass We now include field.id in the ApiError message for hidden and default validation. (The field must have a default value or value expression) 2021-03-04 10:42:13 -05:00
hidden_required_field_pass_expression We now include field.id in the ApiError message for hidden and default validation. (The field must have a default value or value expression) 2021-03-04 10:42:13 -05:00
infinite_loop Test and workflow for testing infinite loop code. 2021-03-17 14:52:50 -04:00
invalid_expression
invalid_roles Fixing a failing test because new logic was catching a different error. 2020-12-29 11:14:40 -05:00
invalid_script
invalid_script2
invalid_spec
irb_api_personnel Add IRB test 2020-08-07 09:59:53 -04:00
irb_info_script Test and workflow for new `get_irb_info` script 2021-05-01 15:53:43 -04:00
ldap_lookup ldap lookup. 2020-05-19 16:11:43 -04:00
ldap_script This workflow had a form with a missing form key, so it's associated test failed after my changes in this ticket. I added a form key to the form. Test now passes. 2021-01-22 12:16:02 -05:00
looping_task
manual_task_with_external_documentation
message_event Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script 2021-03-02 10:03:53 -05:00
missing_form_key Test and workflow file for missing form key. Ticket 163 2021-01-22 12:14:59 -05:00
multi_instance
multi_instance_parallel My privous efforts didn't take into account the fact that we use dot notation in field names. 2021-03-14 12:20:39 -04:00
nav_order 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
parallel_tasks
pb_responses Added some detail to the study_details mock data 2021-05-14 12:26:54 -04:00
random_fact Added tests to cover most of the use cases and code, and a bunch of stuff to make the mocks happy 2020-12-14 10:27:40 -05:00
read_only_field Test and workflow for persisting read-only data 2021-05-07 14:07:19 -04:00
repeat_form
required_fields 1. Updating Personnel BPMN diagram to debug some issues. 2020-09-01 15:58:50 -04:00
reset_workflow Test and workflow for reset_workflow 2021-06-15 08:37:42 -04:00
roles
study_cancellations Add short_title to study, change update_study task to use kw arguments and add the short_title to the update_study script 2021-03-02 10:03:53 -05:00
study_details Replace all legacy style calls with new calls. 2020-07-24 14:33:24 -04:00
study_info_script Started writing tests for the study_info script. 2021-05-13 16:30:17 -04:00
study_sponsors Committing a merge from dev 2020-11-18 15:33:44 -05:00
study_sponsors_associate The `do_task_validate_only` method in the `get_study_associates` script now returns a mocked list of associates. 2021-03-16 08:57:30 -04:00
study_sponsors_associate_fail Add test and make sure that the API endpoint does the right thing when we switch users - checks both associated with access and associated with no access 2021-02-25 12:20:43 -05:00
study_sponsors_associate_switch_user Add test and make sure that the API endpoint does the right thing when we switch users - checks both associated with access and associated with no access 2021-02-25 12:20:43 -05:00
study_sponsors_associates_delete Add test and fix to make sure that an empty study associates list (or a blank list) will effectively clear the extra study associates 2021-06-01 11:46:43 -04:00
study_sponsors_data_store Added the ability to use the custom functions within a decision/flow coming off of an exclusive join 2020-12-01 09:13:12 -05:00
subprocess
test_value_expression My privous efforts didn't take into account the fact that we use dot notation in field names. 2021-03-14 12:20:39 -04:00
top_level_workflow Change dmn files to python standard, 2020-08-12 10:48:59 -04:00
two_forms Glob on windows seems to return directories where in linux it does not, so now assuring we don't try to add files from the sub-directory. 2020-10-05 17:35:35 -04:00
verify_end_event Ticket #105. Verify End Event Documentation. Added explicit call to _process_documentation at end of crc.services.workflow_service.test_spec for the end event 2020-11-24 16:51:18 -05:00
workflow_form_field_name Modified workflow to add form field with period in the id. 2021-02-15 16:36:36 -05:00
workflow_form_field_type Test and workflow for changes to workflow_service. The workflow does not have a field type. We look for evidence of raised exception in data of response. 2020-12-28 18:03:59 -05:00
workflow_sync_responses Test for new functionality and code coverage 2021-01-12 10:18:35 -05:00
ldap_response.json
table.docx