cr-connect-workflow/tests/data
Dan 96739d99c4 Fixing a failing test because new logic was catching a different error. 2020-12-29 11:14:40 -05:00
..
decision_table Run the validation twice, once completing all of the data, and a second time, completing only the required fields. 2020-05-30 17:26:27 -04:00
decision_table_invalid Assure that any errors that occur during the do_engine_steps is correctly captured and returned to the end user or configurator with enough information for them to act on. 2020-07-15 11:16:35 -04:00
docx Fix several bugs, most had an issue with the bpmn document 2020-07-27 12:02:34 -04:00
email Fixing the email script test. 2020-12-14 10:29:53 -05:00
email_script No longer use eval on the email address. It is already parsed. 2020-12-09 12:11:46 -05:00
empty_workflow forgot to include the new empty master workflow, which allows the tests to all pass. 2020-05-22 15:31:38 -04:00
enum_options_from_file I may have finally wrapped my head around full text search in python. Now properly using an index based on simple rather than english dictionary which has far fewer stop words and stemming processes and plays much better to the type ahead search we are trying to provide. 2020-08-13 18:13:41 -04: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 Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy. 2020-05-29 01:39:39 -04:00
exclusive_gateway Make changes to the workflow names so that they are placed in the correct order - I made workflows go in order of the name rather than in the order they appear in the XML to allow more control over the way the nav list is displayed. 2020-06-15 12:32:19 -04:00
exclusive_gateway_2 Make changes to the workflow names so that they are placed in the correct order - I made workflows go in order of the name rather than in the order they appear in the XML to allow more control over the way the nav list is displayed. 2020-06-15 12:32:19 -04: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_upload_form Validating that field properties are valid - they must exist as constants on the Task model. 2020-08-27 14:00:14 -04:00
form_expressions Adding some additional bpmns from Staging server to include in tests. 2020-08-27 14:00:45 -04:00
invalid_expression Vastly more informative ApiError model that provides details on the underlying task where the error occured. 2020-03-27 08:29:31 -04:00
invalid_roles Fixing a failing test because new logic was catching a different error. 2020-12-29 11:14:40 -05:00
invalid_script Replace all legacy style calls with new calls. 2020-07-24 14:33:24 -04:00
invalid_script2 Process scripts with no shebang (#!) as a regular python script. If there is a shebang, we look up the class as we did before. 2020-07-17 10:56:04 -04:00
invalid_spec Fixes #12: Catching some specific common errors and re-raising as APIErrors with detailed codes and descriptions to improve debugging. In doing so, improving the error handling in the event a soft-reset causes an immediate error - and resetting to the original version of the specification in these events, to allow users the chance to try a hard reset instead. 2020-03-11 16:33:18 -04:00
irb_api_personnel Add IRB test 2020-08-07 09:59:53 -04:00
ldap_lookup ldap lookup. 2020-05-19 16:11:43 -04:00
ldap_script Don't raise an error when validating workflows that use the ldap script. 2020-08-17 15:45:37 -04:00
looping_task STG-26 2020-06-18 12:01:02 -04:00
manual_task_with_external_documentation We can now collect, and provide "extension properties" on a task as set in the camunda modeler. 2020-04-21 12:07:59 -04:00
message_event fixing the bpmn to use cancel, and pulling in pudates to the spiffworkflow branch. 2020-11-18 16:39:09 -05:00
multi_instance Fleshes out fake PB response, so workflows that pull from PB actually trigger validation errors 2020-08-04 15:50:29 -04:00
multi_instance_parallel Fix several bugs, most had an issue with the bpmn document 2020-07-27 12:02:34 -04:00
parallel_tasks Standardizing the script tasks that can be executed on the server, adding tons of error messages for when things go wrong. All scripts must exist in side of the crc/scripts directory. 2020-03-03 13:52:45 -05:00
pb_responses Adding a study sponsors script to return details about study sponsors 2020-08-25 10:30:46 -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
repeat_form Fill out repeating sections during validation process. 2020-05-30 15:37:04 -04:00
required_fields 1. Updating Personnel BPMN diagram to debug some issues. 2020-09-01 15:58:50 -04:00
roles Adds form key and pool name 2020-07-16 17:59:56 -04:00
study_details Replace all legacy style calls with new calls. 2020-07-24 14:33:24 -04:00
study_sponsors Committing a merge from dev 2020-11-18 15:33:44 -05: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 Verifying Sub-Process works, and adding a field to expose a hint as to the sub-process in which the task occurs. 2020-04-28 13:48:44 -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_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 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
ldap_response.json Partial work on CR Connect Roles. 2020-07-14 10:29:25 -04:00
table.docx New set of "Tools" api endpoints, that provides a way to quickly render markdown or word documents by uploading json data and a template to populate. 2020-02-29 17:22:38 -05:00