From c3e52f960bd0ae09385612a1319d7913ebafdd88 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 18 Feb 2022 17:20:04 -0500 Subject: [PATCH] Minor stuff to help digging into validation of current workflows. --- cr_connect.log | 2459 ---------------------------- crc/__init__.py | 5 +- crc/services/workflow_processor.py | 2 +- crc/services/workflow_service.py | 7 +- 4 files changed, 10 insertions(+), 2463 deletions(-) delete mode 100644 cr_connect.log diff --git a/cr_connect.log b/cr_connect.log deleted file mode 100644 index e759c185..00000000 --- a/cr_connect.log +++ /dev/null @@ -1,2459 +0,0 @@ -2022-02-17 15:13:41,631 - werkzeug - INFO - * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) -2022-02-17 15:27:17,883 - apscheduler.scheduler - INFO - Adding job tentatively -- it will be properly scheduled when the scheduler starts -2022-02-17 15:27:17,883 - apscheduler.scheduler - INFO - Adding job tentatively -- it will be properly scheduled when the scheduler starts -2022-02-17 15:27:17,884 - apscheduler.scheduler - INFO - Added job "process_waiting_tasks" to job store "default" -2022-02-17 15:27:17,884 - apscheduler.scheduler - INFO - Added job "WorkflowService.process_erroring_workflows" to job store "default" -2022-02-17 15:27:17,884 - apscheduler.scheduler - INFO - Scheduler started -2022-02-17 15:27:17,890 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:17] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 15:27:17,890 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:17] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 15:27:17,949 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:17] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 403 - -2022-02-17 15:27:17,960 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:17] "GET /v1.0/user HTTP/1.1" 403 - -2022-02-17 15:27:18,176 - crc - INFO - SSO_LOGIN: Full URL: http://localhost:5000/v1.0/login?redirect_url=http:%2F%2Flocalhost:4200%2Fsession -2022-02-17 15:27:18,177 - crc - INFO - SSO_LOGIN: User Id: dhf8r -2022-02-17 15:27:18,177 - crc - INFO - SSO_LOGIN: Will try to redirect to : http://localhost:4200/session -2022-02-17 15:27:18,183 - crc - INFO - No cache for dhf8r -2022-02-17 15:27:18,571 - crc - INFO - SSO_LOGIN: REDIRECTING TO: http://localhost:4200/session?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkaGY4ciJ9.ENI4aY3iA_5jOHKr3h_MeSng1-WVGSknHbP6dKZDKDk -2022-02-17 15:27:18,572 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:18] "GET /v1.0/login?redirect_url=http://localhost:4200/session HTTP/1.1" 302 - -2022-02-17 15:27:19,240 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:19] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 15:27:19,979 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:19] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 15:27:20,075 - crc - ERROR - Exception on /v1.0/workflow/150 [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 202, in get_workflow - processor = WorkflowProcessor(workflow_model) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 107, in __init__ - if workflow_model.bpmn_workflow_json is None: -AttributeError: 'NoneType' object has no attribute 'bpmn_workflow_json' -2022-02-17 15:27:20,077 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 500 - -2022-02-17 15:27:20,197 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 15:27:20,205 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 15:27:20,323 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 15:27:20,328 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 15:27:20,336 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:20] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 15:27:22,190 - crc - ERROR - Exception on /v1.0/workflow/150 [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 202, in get_workflow - processor = WorkflowProcessor(workflow_model) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 107, in __init__ - if workflow_model.bpmn_workflow_json is None: -AttributeError: 'NoneType' object has no attribute 'bpmn_workflow_json' -2022-02-17 15:27:22,191 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 15:27:22] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 500 - -2022-02-17 15:28:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:28:17 EST)" (scheduled at 2022-02-17 15:28:17.882938-05:00) -2022-02-17 15:28:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:29:17 EST)" executed successfully -2022-02-17 15:29:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:30:17 EST)" (scheduled at 2022-02-17 15:29:17.882938-05:00) -2022-02-17 15:29:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:30:17 EST)" executed successfully -2022-02-17 15:30:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:31:17 EST)" (scheduled at 2022-02-17 15:30:17.882938-05:00) -2022-02-17 15:30:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:31:17 EST)" executed successfully -2022-02-17 15:31:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:32:17 EST)" (scheduled at 2022-02-17 15:31:17.882938-05:00) -2022-02-17 15:31:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:32:17 EST)" executed successfully -2022-02-17 15:32:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:33:17 EST)" (scheduled at 2022-02-17 15:32:17.882938-05:00) -2022-02-17 15:32:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:33:17 EST)" executed successfully -2022-02-17 15:33:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:34:17 EST)" (scheduled at 2022-02-17 15:33:17.882938-05:00) -2022-02-17 15:33:17,898 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:34:17 EST)" executed successfully -2022-02-17 15:34:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:35:17 EST)" (scheduled at 2022-02-17 15:34:17.882938-05:00) -2022-02-17 15:34:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:35:17 EST)" executed successfully -2022-02-17 15:35:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:36:17 EST)" (scheduled at 2022-02-17 15:35:17.882938-05:00) -2022-02-17 15:35:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:36:17 EST)" executed successfully -2022-02-17 15:36:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:37:17 EST)" (scheduled at 2022-02-17 15:36:17.882938-05:00) -2022-02-17 15:36:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:37:17 EST)" executed successfully -2022-02-17 15:37:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:38:17 EST)" (scheduled at 2022-02-17 15:37:17.882938-05:00) -2022-02-17 15:37:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:38:17 EST)" executed successfully -2022-02-17 15:38:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:39:17 EST)" (scheduled at 2022-02-17 15:38:17.882938-05:00) -2022-02-17 15:38:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:39:17 EST)" executed successfully -2022-02-17 15:39:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:40:17 EST)" (scheduled at 2022-02-17 15:39:17.882938-05:00) -2022-02-17 15:39:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:40:17 EST)" executed successfully -2022-02-17 15:40:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:41:17 EST)" (scheduled at 2022-02-17 15:40:17.882938-05:00) -2022-02-17 15:40:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:41:17 EST)" executed successfully -2022-02-17 15:41:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:42:17 EST)" (scheduled at 2022-02-17 15:41:17.882938-05:00) -2022-02-17 15:41:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:42:17 EST)" executed successfully -2022-02-17 15:42:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:43:17 EST)" (scheduled at 2022-02-17 15:42:17.882938-05:00) -2022-02-17 15:42:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:43:17 EST)" executed successfully -2022-02-17 15:43:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:44:17 EST)" (scheduled at 2022-02-17 15:43:17.882938-05:00) -2022-02-17 15:43:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:44:17 EST)" executed successfully -2022-02-17 15:44:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:45:17 EST)" (scheduled at 2022-02-17 15:44:17.882938-05:00) -2022-02-17 15:44:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:45:17 EST)" executed successfully -2022-02-17 15:45:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:46:17 EST)" (scheduled at 2022-02-17 15:45:17.882938-05:00) -2022-02-17 15:45:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:46:17 EST)" executed successfully -2022-02-17 15:46:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:47:17 EST)" (scheduled at 2022-02-17 15:46:17.882938-05:00) -2022-02-17 15:46:17,895 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:47:17 EST)" executed successfully -2022-02-17 15:47:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:48:17 EST)" (scheduled at 2022-02-17 15:47:17.882938-05:00) -2022-02-17 15:47:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:48:17 EST)" executed successfully -2022-02-17 15:48:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:49:17 EST)" (scheduled at 2022-02-17 15:48:17.882938-05:00) -2022-02-17 15:48:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:49:17 EST)" executed successfully -2022-02-17 15:49:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:50:17 EST)" (scheduled at 2022-02-17 15:49:17.882938-05:00) -2022-02-17 15:49:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:50:17 EST)" executed successfully -2022-02-17 15:50:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:51:17 EST)" (scheduled at 2022-02-17 15:50:17.882938-05:00) -2022-02-17 15:50:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:51:17 EST)" executed successfully -2022-02-17 15:51:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:52:17 EST)" (scheduled at 2022-02-17 15:51:17.882938-05:00) -2022-02-17 15:51:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:52:17 EST)" executed successfully -2022-02-17 15:52:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:53:17 EST)" (scheduled at 2022-02-17 15:52:17.882938-05:00) -2022-02-17 15:52:17,895 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:53:17 EST)" executed successfully -2022-02-17 15:53:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:54:17 EST)" (scheduled at 2022-02-17 15:53:17.882938-05:00) -2022-02-17 15:53:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:54:17 EST)" executed successfully -2022-02-17 15:54:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:55:17 EST)" (scheduled at 2022-02-17 15:54:17.882938-05:00) -2022-02-17 15:54:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:55:17 EST)" executed successfully -2022-02-17 15:55:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:56:17 EST)" (scheduled at 2022-02-17 15:55:17.882938-05:00) -2022-02-17 15:55:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:56:17 EST)" executed successfully -2022-02-17 15:56:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:57:17 EST)" (scheduled at 2022-02-17 15:56:17.882938-05:00) -2022-02-17 15:56:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:57:17 EST)" executed successfully -2022-02-17 15:57:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:58:17 EST)" (scheduled at 2022-02-17 15:57:17.882938-05:00) -2022-02-17 15:57:17,897 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:58:17 EST)" executed successfully -2022-02-17 15:58:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:59:17 EST)" (scheduled at 2022-02-17 15:58:17.882938-05:00) -2022-02-17 15:58:17,894 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 15:59:17 EST)" executed successfully -2022-02-17 15:59:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:00:17 EST)" (scheduled at 2022-02-17 15:59:17.882938-05:00) -2022-02-17 15:59:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:00:17 EST)" executed successfully -2022-02-17 16:00:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:01:17 EST)" (scheduled at 2022-02-17 16:00:17.882938-05:00) -2022-02-17 16:00:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:01:17 EST)" executed successfully -2022-02-17 16:01:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:02:17 EST)" (scheduled at 2022-02-17 16:01:17.882938-05:00) -2022-02-17 16:01:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:02:17 EST)" executed successfully -2022-02-17 16:02:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:03:17 EST)" (scheduled at 2022-02-17 16:02:17.882938-05:00) -2022-02-17 16:02:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:03:17 EST)" executed successfully -2022-02-17 16:03:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:04:17 EST)" (scheduled at 2022-02-17 16:03:17.882938-05:00) -2022-02-17 16:03:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:04:17 EST)" executed successfully -2022-02-17 16:04:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:05:17 EST)" (scheduled at 2022-02-17 16:04:17.882938-05:00) -2022-02-17 16:04:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:05:17 EST)" executed successfully -2022-02-17 16:05:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:06:17 EST)" (scheduled at 2022-02-17 16:05:17.882938-05:00) -2022-02-17 16:05:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:06:17 EST)" executed successfully -2022-02-17 16:06:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:07:17 EST)" (scheduled at 2022-02-17 16:06:17.882938-05:00) -2022-02-17 16:06:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:07:17 EST)" executed successfully -2022-02-17 16:07:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:08:17 EST)" (scheduled at 2022-02-17 16:07:17.882938-05:00) -2022-02-17 16:07:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:08:17 EST)" executed successfully -2022-02-17 16:07:46,742 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:07:46,751 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:07:46,839 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:07:46,848 - crc - ERROR - Exception on /v1.0/workflow/150 [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 202, in get_workflow - processor = WorkflowProcessor(workflow_model) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 107, in __init__ - if workflow_model.bpmn_workflow_json is None: -AttributeError: 'NoneType' object has no attribute 'bpmn_workflow_json' -2022-02-17 16:07:46,850 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 500 - -2022-02-17 16:07:46,978 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:07:46,987 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:46] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:07:47,135 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:47] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:07:47,140 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:47] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:07:47,148 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:47] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:07:47,984 - crc - ERROR - Exception on /v1.0/workflow/150 [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 202, in get_workflow - processor = WorkflowProcessor(workflow_model) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 107, in __init__ - if workflow_model.bpmn_workflow_json is None: -AttributeError: 'NoneType' object has no attribute 'bpmn_workflow_json' -2022-02-17 16:07:47,986 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:07:47] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 500 - -2022-02-17 16:08:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:09:17 EST)" (scheduled at 2022-02-17 16:08:17.882938-05:00) -2022-02-17 16:08:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:09:17 EST)" executed successfully -2022-02-17 16:09:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:10:17 EST)" (scheduled at 2022-02-17 16:09:17.882938-05:00) -2022-02-17 16:09:17,898 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:10:17 EST)" executed successfully -2022-02-17 16:10:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:11:17 EST)" (scheduled at 2022-02-17 16:10:17.882938-05:00) -2022-02-17 16:10:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:11:17 EST)" executed successfully -2022-02-17 16:11:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:12:17 EST)" (scheduled at 2022-02-17 16:11:17.882938-05:00) -2022-02-17 16:11:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:12:17 EST)" executed successfully -2022-02-17 16:12:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:13:17 EST)" (scheduled at 2022-02-17 16:12:17.882938-05:00) -2022-02-17 16:12:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:13:17 EST)" executed successfully -2022-02-17 16:13:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:14:17 EST)" (scheduled at 2022-02-17 16:13:17.882938-05:00) -2022-02-17 16:13:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:14:17 EST)" executed successfully -2022-02-17 16:14:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:15:17 EST)" (scheduled at 2022-02-17 16:14:17.882938-05:00) -2022-02-17 16:14:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:15:17 EST)" executed successfully -2022-02-17 16:15:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:16:17 EST)" (scheduled at 2022-02-17 16:15:17.882938-05:00) -2022-02-17 16:15:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:16:17 EST)" executed successfully -2022-02-17 16:16:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:17:17 EST)" (scheduled at 2022-02-17 16:16:17.882938-05:00) -2022-02-17 16:16:17,899 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:17:17 EST)" executed successfully -2022-02-17 16:17:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:18:17 EST)" (scheduled at 2022-02-17 16:17:17.882938-05:00) -2022-02-17 16:17:17,889 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:18:17 EST)" executed successfully -2022-02-17 16:18:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:19:17 EST)" (scheduled at 2022-02-17 16:18:17.882938-05:00) -2022-02-17 16:18:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:19:17 EST)" executed successfully -2022-02-17 16:19:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:20:17 EST)" (scheduled at 2022-02-17 16:19:17.882938-05:00) -2022-02-17 16:19:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:20:17 EST)" executed successfully -2022-02-17 16:20:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:21:17 EST)" (scheduled at 2022-02-17 16:20:17.882938-05:00) -2022-02-17 16:20:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:21:17 EST)" executed successfully -2022-02-17 16:21:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:22:17 EST)" (scheduled at 2022-02-17 16:21:17.882938-05:00) -2022-02-17 16:21:17,891 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:22:17 EST)" executed successfully -2022-02-17 16:22:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:23:17 EST)" (scheduled at 2022-02-17 16:22:17.882938-05:00) -2022-02-17 16:22:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:23:17 EST)" executed successfully -2022-02-17 16:23:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:24:17 EST)" (scheduled at 2022-02-17 16:23:17.882938-05:00) -2022-02-17 16:23:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:24:17 EST)" executed successfully -2022-02-17 16:24:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:25:17 EST)" (scheduled at 2022-02-17 16:24:17.882938-05:00) -2022-02-17 16:24:17,892 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:25:17 EST)" executed successfully -2022-02-17 16:25:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:26:17 EST)" (scheduled at 2022-02-17 16:25:17.882938-05:00) -2022-02-17 16:25:17,886 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:26:17 EST)" executed successfully -2022-02-17 16:25:36,637 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:36,644 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:36,688 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "OPTIONS /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:36,689 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "OPTIONS /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:25:36,694 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:36,706 - crc - INFO - The Protocol Builder is enabled. app.config['PB_ENABLED'] = True -2022-02-17 16:25:36,784 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:25:36,790 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:25:36,848 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:36,855 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:36,860 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:36,884 - crc - ERROR - Exception on /v1.0/study [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1802, in _execute_context - self.dialect.do_execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute - cursor.execute(statement, parameters) -psycopg2.errors.NotNullViolation: null value in column "user_uid" violates not-null constraint -DETAIL: Failing row contains (3, null, 2022-02-17 16:25:36.882666-05, null, null, null, null, null, null, f, null, null, null, null, null, null, null). - - -The above exception was the direct cause of the following exception: - -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/study.py", line 137, in user_studies - StudyService.synch_with_protocol_builder_if_enabled(user, specs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/study_service.py", line 396, in synch_with_protocol_builder_if_enabled - db_study.update_from_protocol_builder(pb_study, user.uid) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 481, in __get__ - return self.impl.get(state, dict_) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 941, in get - value = self._fire_loader_callables(state, key, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 972, in _fire_loader_callables - return state._load_expired(state, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/state.py", line 710, in _load_expired - self.manager.expired_attribute_loader(self, toload, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 1451, in load_scalar_attributes - result = load_on_ident( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 407, in load_on_ident - return load_on_pk_identity( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 530, in load_on_pk_identity - session.execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1640, in execute - ) = compile_state_cls.orm_pre_session_exec( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/context.py", line 318, in orm_pre_session_exec - session._autoflush() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2237, in _autoflush - util.raise_(e, with_traceback=sys.exc_info()[2]) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2226, in _autoflush - self.flush() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3363, in flush - self._flush(objects) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3503, in _flush - transaction.rollback(_capture_exception=True) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ - compat.raise_( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3463, in _flush - flush_context.execute() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute - rec.execute(self) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute - util.preloaded.orm_persistence.save_obj( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 244, in save_obj - _emit_insert_statements( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 1096, in _emit_insert_statements - c = connection._execute_20( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1614, in _execute_20 - return meth(self, args_10style, kwargs_10style, execution_options) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection - return connection._execute_clauseelement( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1481, in _execute_clauseelement - ret = self._execute_context( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1845, in _execute_context - self._handle_dbapi_exception( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 2026, in _handle_dbapi_exception - util.raise_( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1802, in _execute_context - self.dialect.do_execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute - cursor.execute(statement, parameters) -sqlalchemy.exc.IntegrityError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) -(psycopg2.errors.NotNullViolation) null value in column "user_uid" violates not-null constraint -DETAIL: Failing row contains (3, null, 2022-02-17 16:25:36.882666-05, null, null, null, null, null, null, f, null, null, null, null, null, null, null). - -[SQL: INSERT INTO study (id, title, short_title, status, progress_status, irb_status, primary_investigator_id, sponsor, ind_number, user_uid, investigator_uids, requirements, on_hold, enrollment_date, short_name, proposal_name) VALUES (%(id)s, %(title)s, %(short_title)s, %(status)s, %(progress_status)s, %(irb_status)s, %(primary_investigator_id)s, %(sponsor)s, %(ind_number)s, %(user_uid)s, %(investigator_uids)s::VARCHAR[], %(requirements)s::INTEGER[], %(on_hold)s, %(enrollment_date)s, %(short_name)s, %(proposal_name)s)] -[parameters: {'id': 3, 'title': None, 'short_title': None, 'status': None, 'progress_status': None, 'irb_status': None, 'primary_investigator_id': None, 'sponsor': None, 'ind_number': None, 'user_uid': None, 'investigator_uids': None, 'requirements': None, 'on_hold': False, 'enrollment_date': None, 'short_name': None, 'proposal_name': None}] -(Background on this error at: https://sqlalche.me/e/14/gkpj) -2022-02-17 16:25:36,888 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:36] "GET /v1.0/study HTTP/1.1" 500 - -2022-02-17 16:25:37,120 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:37] "GET /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:37,132 - crc - INFO - The Protocol Builder is enabled. app.config['PB_ENABLED'] = True -2022-02-17 16:25:37,285 - crc - ERROR - Exception on /v1.0/study [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1802, in _execute_context - self.dialect.do_execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute - cursor.execute(statement, parameters) -psycopg2.errors.NotNullViolation: null value in column "user_uid" violates not-null constraint -DETAIL: Failing row contains (5, null, 2022-02-17 16:25:37.284678-05, null, null, null, null, null, null, f, null, null, null, null, null, null, null). - - -The above exception was the direct cause of the following exception: - -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/study.py", line 137, in user_studies - StudyService.synch_with_protocol_builder_if_enabled(user, specs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/study_service.py", line 396, in synch_with_protocol_builder_if_enabled - db_study.update_from_protocol_builder(pb_study, user.uid) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 481, in __get__ - return self.impl.get(state, dict_) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 941, in get - value = self._fire_loader_callables(state, key, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/attributes.py", line 972, in _fire_loader_callables - return state._load_expired(state, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/state.py", line 710, in _load_expired - self.manager.expired_attribute_loader(self, toload, passive) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 1451, in load_scalar_attributes - result = load_on_ident( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 407, in load_on_ident - return load_on_pk_identity( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/loading.py", line 530, in load_on_pk_identity - session.execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 1640, in execute - ) = compile_state_cls.orm_pre_session_exec( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/context.py", line 318, in orm_pre_session_exec - session._autoflush() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2237, in _autoflush - util.raise_(e, with_traceback=sys.exc_info()[2]) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 2226, in _autoflush - self.flush() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3363, in flush - self._flush(objects) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3503, in _flush - transaction.rollback(_capture_exception=True) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__ - compat.raise_( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/session.py", line 3463, in _flush - flush_context.execute() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 456, in execute - rec.execute(self) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/unitofwork.py", line 630, in execute - util.preloaded.orm_persistence.save_obj( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 244, in save_obj - _emit_insert_statements( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/orm/persistence.py", line 1096, in _emit_insert_statements - c = connection._execute_20( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1614, in _execute_20 - return meth(self, args_10style, kwargs_10style, execution_options) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection - return connection._execute_clauseelement( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1481, in _execute_clauseelement - ret = self._execute_context( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1845, in _execute_context - self._handle_dbapi_exception( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 2026, in _handle_dbapi_exception - util.raise_( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/util/compat.py", line 207, in raise_ - raise exception - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/base.py", line 1802, in _execute_context - self.dialect.do_execute( - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute - cursor.execute(statement, parameters) -sqlalchemy.exc.IntegrityError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) -(psycopg2.errors.NotNullViolation) null value in column "user_uid" violates not-null constraint -DETAIL: Failing row contains (5, null, 2022-02-17 16:25:37.284678-05, null, null, null, null, null, null, f, null, null, null, null, null, null, null). - -[SQL: INSERT INTO study (id, title, short_title, status, progress_status, irb_status, primary_investigator_id, sponsor, ind_number, user_uid, investigator_uids, requirements, on_hold, enrollment_date, short_name, proposal_name) VALUES (%(id)s, %(title)s, %(short_title)s, %(status)s, %(progress_status)s, %(irb_status)s, %(primary_investigator_id)s, %(sponsor)s, %(ind_number)s, %(user_uid)s, %(investigator_uids)s::VARCHAR[], %(requirements)s::INTEGER[], %(on_hold)s, %(enrollment_date)s, %(short_name)s, %(proposal_name)s)] -[parameters: {'id': 5, 'title': None, 'short_title': None, 'status': None, 'progress_status': None, 'irb_status': None, 'primary_investigator_id': None, 'sponsor': None, 'ind_number': None, 'user_uid': None, 'investigator_uids': None, 'requirements': None, 'on_hold': False, 'enrollment_date': None, 'short_name': None, 'proposal_name': None}] -(Background on this error at: https://sqlalche.me/e/14/gkpj) -2022-02-17 16:25:37,287 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:37] "GET /v1.0/study HTTP/1.1" 500 - -2022-02-17 16:25:46,372 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:46,378 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:46,418 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:46,422 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:25:46,423 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:46,438 - crc - INFO - The Protocol Builder is enabled. app.config['PB_ENABLED'] = True -2022-02-17 16:25:46,457 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:25:46,467 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:25:46,522 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:46,527 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:46,532 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:25:46,691 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:25:46,796 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:25:46,811 - crc - INFO - The Protocol Builder is enabled. app.config['PB_ENABLED'] = True -2022-02-17 16:25:46,906 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:25:46,917 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "OPTIONS /v1.0/task_events?action=ASSIGNMENT HTTP/1.1" 200 - -2022-02-17 16:25:46,924 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:46] "GET /v1.0/task_events?action=ASSIGNMENT HTTP/1.1" 200 - -2022-02-17 16:25:50,328 - connexion.api.security - INFO - ... No auth provided. Aborting with 401. -2022-02-17 16:25:50,328 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:50] "GET /v1.0/workflow-specification-category HTTP/1.1" 401 - -2022-02-17 16:25:50,406 - crc - INFO - SSO_LOGIN: Full URL: http://localhost:5000/v1.0/login?redirect_url=http:%2F%2Flocalhost:5002%2Fsession -2022-02-17 16:25:50,406 - crc - INFO - SSO_LOGIN: User Id: dhf8r -2022-02-17 16:25:50,406 - crc - INFO - SSO_LOGIN: Will try to redirect to : http://localhost:5002/session -2022-02-17 16:25:50,413 - crc - INFO - SSO_LOGIN: REDIRECTING TO: http://localhost:5002/session?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkaGY4ciJ9.ENI4aY3iA_5jOHKr3h_MeSng1-WVGSknHbP6dKZDKDk -2022-02-17 16:25:50,413 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:50] "GET /v1.0/login?redirect_url=http://localhost:5002/session HTTP/1.1" 302 - -2022-02-17 16:25:50,770 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:50] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:50,775 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:50] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:51,229 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:25:51,282 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 16:25:51,291 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 16:25:51,378 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 16:25:51,379 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 16:25:51,397 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 16:25:51,404 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:51] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 16:25:54,356 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:54] "OPTIONS /v1.0/workflow-specification-category/core_information HTTP/1.1" 200 - -2022-02-17 16:25:54,372 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:54] "GET /v1.0/workflow-specification-category/core_information HTTP/1.1" 200 - -2022-02-17 16:25:56,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:56] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 16:25:56,221 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:56] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 16:25:57,148 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,151 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,161 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 16:25:57,169 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,174 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,178 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,180 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,183 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,184 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:57,186 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 16:25:57,187 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:57] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 16:25:58,633 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:58] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 16:25:58,786 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:58] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 16:25:58,795 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:58] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:25:58,800 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:25:58] "GET /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:26:16,832 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:16] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:26:16,841 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:16] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:26:17,339 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:17] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:26:17,398 - SpiffWorkflow.util.metrics - INFO - | 0.0251 | CustomBpmnScriptEngine.execute | Pre Data | 'ScriptTask' | CustomBpmnScriptEngine | Task | yes_no = 'f' | dict -2022-02-17 16:26:17,409 - SpiffWorkflow.util.metrics - INFO - | 0.0596 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:26:17,438 - SpiffWorkflow.util.metrics - INFO - | 0.0287 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:26:17,439 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:17] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:26:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:27:17 EST)" (scheduled at 2022-02-17 16:26:17.882938-05:00) -2022-02-17 16:26:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:27:17 EST)" executed successfully -2022-02-17 16:26:23,506 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "OPTIONS /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:26:23,512 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "GET /v1.0/workflow-specification?standalone=true HTTP/1.1" 200 - -2022-02-17 16:26:23,521 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "OPTIONS /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:26:23,537 - crc - INFO - The Protocol Builder is enabled. app.config['PB_ENABLED'] = True -2022-02-17 16:26:23,639 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "GET /v1.0/study HTTP/1.1" 200 - -2022-02-17 16:26:23,656 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "OPTIONS /v1.0/task_events?action=ASSIGNMENT HTTP/1.1" 200 - -2022-02-17 16:26:23,663 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:23] "GET /v1.0/task_events?action=ASSIGNMENT HTTP/1.1" 200 - -2022-02-17 16:26:26,362 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:26] "OPTIONS /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 16:26:26,369 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:26] "OPTIONS /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 16:26:26,377 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:26] "GET /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 16:26:26,440 - SpiffWorkflow.util.metrics - INFO - 0.0587 | get spec -2022-02-17 16:26:26,499 - SpiffWorkflow.util.metrics - INFO - | 0.0557 | BusinessRuleTask._on_complete_hook | Study Information - | 'BusinessRuleTask' | BusinessRuleTask | Task -2022-02-17 16:26:26,509 - root - WARNING - !!!! Making a very expensive call to update the lookup model. -2022-02-17 16:26:26,817 - SpiffWorkflow.util.metrics - INFO - | 0.3145 | StudyInfo.do_task | Load Documents From PB | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 16:26:26,817 - SpiffWorkflow.util.metrics - INFO - | 0.3147 | CustomBpmnScriptEngine.execute | Load Documents From PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | documents = study_info('documents') | dict -2022-02-17 16:26:26,869 - SpiffWorkflow.util.metrics - INFO - | 0.0121 | CustomBpmnScriptEngine.execute | Load Details from PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | details = study_info('details') | dict -2022-02-17 16:26:26,901 - root - WARNING - !!!! Making a very expensive call to update the lookup model. -2022-02-17 16:26:26,925 - crc - INFO - No cache for atp4ty -2022-02-17 16:26:29,073 - crc - INFO - No cache for cah3us -2022-02-17 16:26:29,117 - SpiffWorkflow.util.metrics - INFO - | 2.2177 | StudyInfo.do_task | Load Shared Prerequisites | 'ScriptTask' | StudyInfo | Task | int | NoneType | investigators -2022-02-17 16:26:29,118 - SpiffWorkflow.util.metrics - INFO - | 2.2239 | CustomBpmnScriptEngine.execute | Load Shared Prerequisites | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Shared Prerequisites # Primary Investigator pi = study_info('investi.. | dict -2022-02-17 16:26:29,139 - SpiffWorkflow.util.metrics - INFO - | 0.0202 | CustomBpmnScriptEngine.execute | Load Personnel | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Personnel menu check # Primary Investigator pi = study_info('investigator.. | dict -2022-02-17 16:26:29,279 - SpiffWorkflow.util.metrics - INFO - | 0.1168 | StudyInfo.do_task | Check BCA Document Requirements | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 16:26:29,280 - SpiffWorkflow.util.metrics - INFO - | 0.1227 | CustomBpmnScriptEngine.execute | Check BCA Document Requirements | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Documents documents = study_info("documents") # Check if Consent do.. | dict -2022-02-17 16:26:29,296 - SpiffWorkflow.util.metrics - INFO - 2.8546 | run steps -2022-02-17 16:26:29,296 - SpiffWorkflow.util.metrics - INFO - | 2.9167 | WorkflowProcessor.run_master_spec | | '' | WorkflowSpecInfo | StudyModel -2022-02-17 16:26:29,329 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:29] "GET /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 16:26:29,361 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:29] "OPTIONS /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 16:26:29,371 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:29] "PUT /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 16:26:31,676 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:31,741 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:31,749 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:31,750 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:31,765 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:31,822 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:31,830 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:31,841 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:31,856 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:31,858 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:31,867 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:31,867 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:31,884 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:31] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:36,695 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "OPTIONS /v1.0/workflow/150/task/6a420939-677a-4a36-a96f-ab147c849b18/data?terminate_loop=True HTTP/1.1" 200 - -2022-02-17 16:26:36,749 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "PUT /v1.0/workflow/150/task/6a420939-677a-4a36-a96f-ab147c849b18/data?terminate_loop=True HTTP/1.1" 200 - -2022-02-17 16:26:36,769 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:36,773 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:36,773 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:36,815 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:36,824 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:36,825 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:36,835 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:36,836 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:36,841 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:36,879 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:36] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:54,153 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:54] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:26:54,158 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:54] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:26:54,540 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:54] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:26:54,566 - SpiffWorkflow.util.metrics - INFO - | 0.0227 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:26:54,588 - SpiffWorkflow.util.metrics - INFO - | 0.0215 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:26:54,588 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:54] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:26:57,727 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:26:57,786 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:26:57,795 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:57,805 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:57,810 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:57,811 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,813 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,823 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,825 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,856 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:26:57,863 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:26:57,875 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,879 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:26:57,879 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:26:57,920 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:26:57] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:27:04,630 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:04] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:04,635 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:04] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:04,920 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:04] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:04,961 - SpiffWorkflow.util.metrics - INFO - | 0.0330 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:04,984 - SpiffWorkflow.util.metrics - INFO - | 0.0223 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:04,984 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:04] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:07,937 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:07] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:27:07,996 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:07] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:27:08,003 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:08,013 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:08,019 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:27:08,020 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,022 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,035 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,036 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,065 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:27:08,074 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:27:08,087 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,088 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:08,089 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:08,130 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:08] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:27:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:28:17 EST)" (scheduled at 2022-02-17 16:27:17.882938-05:00) -2022-02-17 16:27:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:28:17 EST)" executed successfully -2022-02-17 16:27:25,946 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:25] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:25,951 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:25] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:26,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:26] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:26,265 - SpiffWorkflow.util.metrics - INFO - | 0.0399 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:26,286 - SpiffWorkflow.util.metrics - INFO - | 0.0208 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:26,286 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:26] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:29,797 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:27:29,855 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:27:29,862 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:29,873 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:29,875 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:27:29,877 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,881 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,891 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,892 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,923 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:27:29,933 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:27:29,943 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,943 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:27:29,947 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:27:29,989 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:29] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:27:36,089 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:36] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:36,094 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:36] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:36,387 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:36] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:36,421 - SpiffWorkflow.bpmn.specs.ScriptTask - ERROR - Error executing ScriptTask; task= -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 't' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 't' is not defined". Did you mean '['current_user']'? -2022-02-17 16:27:36,423 - crc - ERROR - Activity_PreData: something you are referencing does not exist: "name 't' is not defined". Did you mean '['current_user']'? -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 't' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 198, in test_spec - exit_task = processor.bpmn_workflow.do_engine_steps(exit_at=test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/workflow.py", line 126, in do_engine_steps - task.complete() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/task.py", line 753, in complete - return self.task_spec._on_complete(self) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/specs/base.py", line 403, in _on_complete - self._on_complete_hook(my_task) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 60, in _on_complete_hook - raise e - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 't' is not defined". Did you mean '['current_user']'? -2022-02-17 16:27:36,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:36] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:47,039 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:47] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:47,052 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:47] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:48,505 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:48] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:48,536 - SpiffWorkflow.bpmn.specs.ScriptTask - ERROR - Error executing ScriptTask; task= -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 'true' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 'true' is not defined". Did you mean '['current_user']'? -2022-02-17 16:27:48,537 - crc - ERROR - Activity_PreData: something you are referencing does not exist: "name 'true' is not defined". Did you mean '['current_user']'? -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 'true' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 198, in test_spec - exit_task = processor.bpmn_workflow.do_engine_steps(exit_at=test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/workflow.py", line 126, in do_engine_steps - task.complete() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/task.py", line 753, in complete - return self.task_spec._on_complete(self) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/specs/base.py", line 403, in _on_complete - self._on_complete_hook(my_task) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 60, in _on_complete_hook - raise e - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 'true' is not defined". Did you mean '['current_user']'? -2022-02-17 16:27:48,541 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:48] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:57,436 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:57] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:57,444 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:57] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:27:57,802 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:57] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:27:57,838 - SpiffWorkflow.util.metrics - INFO - | 0.0280 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:57,860 - SpiffWorkflow.util.metrics - INFO - | 0.0213 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:27:57,860 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:27:57] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:01,411 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:01,466 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:01,475 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:01,495 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:01,495 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:01,496 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,500 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,516 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,517 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,547 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:01,555 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:01,568 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:01,570 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,570 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:01,620 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:01] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:09,440 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:09] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:28:09,461 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:09] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:28:09,888 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:09] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:09,920 - SpiffWorkflow.util.metrics - INFO - | 0.0263 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:28:09,941 - SpiffWorkflow.util.metrics - INFO - | 0.0211 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:28:09,941 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:09] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:12,951 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:12] "OPTIONS /v1.0/workflow/150/restart?clear_data=false&delete_files=false HTTP/1.1" 200 - -2022-02-17 16:28:13,000 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "GET /v1.0/workflow/150/restart?clear_data=false&delete_files=false HTTP/1.1" 200 - -2022-02-17 16:28:13,008 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:13,025 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:13,026 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:13,027 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,028 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,039 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,041 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,071 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:13,078 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:13,091 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,091 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:13,092 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:13,133 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:13] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:29:17 EST)" (scheduled at 2022-02-17 16:28:17.882938-05:00) -2022-02-17 16:28:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:29:17 EST)" executed successfully -2022-02-17 16:28:28,119 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:28,173 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:28,182 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:28,200 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:28,200 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:28,201 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,202 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,214 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,217 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,249 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:28,255 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:28,268 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:28,269 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,269 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:28,309 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:28] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:33,898 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:33] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:28:33,904 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:33] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:28:34,161 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:34] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:34,178 - SpiffWorkflow.bpmn.specs.ScriptTask - ERROR - Error executing ScriptTask; task= -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 'No' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 'No' is not defined". Did you mean '['current_user']'? -2022-02-17 16:28:34,179 - crc - ERROR - Activity_PreData: something you are referencing does not exist: "name 'No' is not defined". Did you mean '['current_user']'? -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 262, in execute - exec(script, globals, data) - File "", line 1, in -NameError: name 'No' is not defined - -During handling of the above exception, another exception occurred: - -Traceback (most recent call last): - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 198, in test_spec - exit_task = processor.bpmn_workflow.do_engine_steps(exit_at=test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/workflow.py", line 126, in do_engine_steps - task.complete() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/task.py", line 753, in complete - return self.task_spec._on_complete(self) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/specs/base.py", line 403, in _on_complete - self._on_complete_hook(my_task) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 60, in _on_complete_hook - raise e - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/specs/ScriptTask.py", line 51, in _on_complete_hook - task.workflow.script_engine.execute(task, self.script, task.data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 76, in execute - raise e - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_processor.py", line 74, in execute - super().execute(task, script, data, external_methods=augment_methods) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 279, in execute - raise WorkflowTaskExecException(task, detail, err, line_number, -SpiffWorkflow.exceptions.WorkflowTaskExecException: Activity_PreData: something you are referencing does not exist: "name 'No' is not defined". Did you mean '['current_user']'? -2022-02-17 16:28:34,184 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:34] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:38,797 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:38] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:28:39,223 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:39] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:39,263 - SpiffWorkflow.util.metrics - INFO - | 0.0297 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:28:39,285 - SpiffWorkflow.util.metrics - INFO - | 0.0216 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:28:39,286 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:39] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:28:42,303 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:42,360 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:42,367 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:42,383 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:42,384 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:42,385 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,385 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,396 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,397 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:42,437 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:42,454 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,455 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:42,455 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:42,497 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:42] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:44,918 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:44] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:44,928 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:44] "OPTIONS /v1.0/workflow/150/task/5fa1bfd5-ce75-4c46-b65d-81ac036ce1e2/set_token HTTP/1.1" 200 - -2022-02-17 16:28:44,937 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:44] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:44,940 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:44] "PUT /v1.0/workflow/150/task/5fa1bfd5-ce75-4c46-b65d-81ac036ce1e2/set_token HTTP/1.1" 400 - -2022-02-17 16:28:44,986 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:44] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:49,377 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:49,434 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:28:49,444 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:49,455 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:49,458 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:49,467 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,471 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,478 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,478 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,505 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:28:49,514 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:28:49,528 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,528 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:28:49,529 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:28:49,577 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:28:49] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:29:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:30:17 EST)" (scheduled at 2022-02-17 16:29:17.882938-05:00) -2022-02-17 16:29:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:30:17 EST)" executed successfully -2022-02-17 16:30:11,899 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:11] "OPTIONS /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:30:11,905 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:11] "PUT /v1.0/workflow-specification/alicia/file/boolean_default_value.bpmn/data HTTP/1.1" 200 - -2022-02-17 16:30:12,281 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:12] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:30:12,320 - SpiffWorkflow.util.metrics - INFO - | 0.0298 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:30:12,343 - SpiffWorkflow.util.metrics - INFO - | 0.0226 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 16:30:12,344 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:12] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 16:30:17,143 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:30:17,206 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:30:17,220 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:30:17,232 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:30:17,279 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:30:17,361 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:30:17,373 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,426 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,438 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,456 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:30:17,456 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,458 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:30:17,465 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:30:17,506 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:30:17] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:30:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:31:17 EST)" (scheduled at 2022-02-17 16:30:17.882938-05:00) -2022-02-17 16:30:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:31:17 EST)" executed successfully -2022-02-17 16:31:10,944 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:10] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:31:10,953 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:10] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:31:11,012 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:11,075 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:11,154 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:31:11,165 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:11,167 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:11,170 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:31:11,184 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:11,186 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,187 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,196 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,196 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,235 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:11,332 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:11,343 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:11,347 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:11,646 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:11,671 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:11,683 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,688 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:11,716 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:11] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:32:17 EST)" (scheduled at 2022-02-17 16:31:17.882938-05:00) -2022-02-17 16:31:17,886 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:32:17 EST)" executed successfully -2022-02-17 16:31:25,410 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:31:25,418 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 16:31:25,477 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:25,525 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:25,595 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:31:25,610 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 16:31:25,625 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:25,632 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:25,647 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:25,669 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:25,679 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:25,681 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:25,700 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:25,852 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:25,926 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:25,936 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:25] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 16:31:26,166 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:26] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:26,199 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:26] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:26,215 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:26] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:26,218 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:26] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:26,257 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:26] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:38,741 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:31:38,807 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 16:31:38,826 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:38,838 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:38,849 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:38,850 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:38,870 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:38,872 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:38,884 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:38,886 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:38,926 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:38,926 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 16:31:38,968 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:38,977 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:38,978 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:38,991 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 16:31:38,993 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:38,995 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:38] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 16:31:39,063 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:39] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:31:39,067 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 16:31:39] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 16:32:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:33:17 EST)" (scheduled at 2022-02-17 16:32:17.882938-05:00) -2022-02-17 16:32:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:33:17 EST)" executed successfully -2022-02-17 16:33:17,884 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:34:17 EST)" (scheduled at 2022-02-17 16:33:17.882938-05:00) -2022-02-17 16:33:17,890 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:34:17 EST)" executed successfully -2022-02-17 16:34:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:35:17 EST)" (scheduled at 2022-02-17 16:34:17.882938-05:00) -2022-02-17 16:34:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:35:17 EST)" executed successfully -2022-02-17 16:35:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:36:17 EST)" (scheduled at 2022-02-17 16:35:17.882938-05:00) -2022-02-17 16:35:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:36:17 EST)" executed successfully -2022-02-17 16:36:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:37:17 EST)" (scheduled at 2022-02-17 16:36:17.882938-05:00) -2022-02-17 16:36:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:37:17 EST)" executed successfully -2022-02-17 16:37:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:38:17 EST)" (scheduled at 2022-02-17 16:37:17.882938-05:00) -2022-02-17 16:37:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:38:17 EST)" executed successfully -2022-02-17 16:38:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:39:17 EST)" (scheduled at 2022-02-17 16:38:17.882938-05:00) -2022-02-17 16:38:17,888 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:39:17 EST)" executed successfully -2022-02-17 16:39:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:40:17 EST)" (scheduled at 2022-02-17 16:39:17.882938-05:00) -2022-02-17 16:39:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:40:17 EST)" executed successfully -2022-02-17 16:40:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:41:17 EST)" (scheduled at 2022-02-17 16:40:17.882938-05:00) -2022-02-17 16:40:17,888 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:41:17 EST)" executed successfully -2022-02-17 16:41:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:42:17 EST)" (scheduled at 2022-02-17 16:41:17.882938-05:00) -2022-02-17 16:41:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:42:17 EST)" executed successfully -2022-02-17 16:42:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:43:17 EST)" (scheduled at 2022-02-17 16:42:17.882938-05:00) -2022-02-17 16:42:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:43:17 EST)" executed successfully -2022-02-17 16:43:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:44:17 EST)" (scheduled at 2022-02-17 16:43:17.882938-05:00) -2022-02-17 16:43:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:44:17 EST)" executed successfully -2022-02-17 16:44:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:45:17 EST)" (scheduled at 2022-02-17 16:44:17.882938-05:00) -2022-02-17 16:44:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:45:17 EST)" executed successfully -2022-02-17 16:45:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:46:17 EST)" (scheduled at 2022-02-17 16:45:17.882938-05:00) -2022-02-17 16:45:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:46:17 EST)" executed successfully -2022-02-17 16:46:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:47:17 EST)" (scheduled at 2022-02-17 16:46:17.882938-05:00) -2022-02-17 16:46:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:47:17 EST)" executed successfully -2022-02-17 16:47:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:48:17 EST)" (scheduled at 2022-02-17 16:47:17.882938-05:00) -2022-02-17 16:47:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:48:17 EST)" executed successfully -2022-02-17 16:48:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:49:17 EST)" (scheduled at 2022-02-17 16:48:17.882938-05:00) -2022-02-17 16:48:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:49:17 EST)" executed successfully -2022-02-17 16:49:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:50:17 EST)" (scheduled at 2022-02-17 16:49:17.882938-05:00) -2022-02-17 16:49:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:50:17 EST)" executed successfully -2022-02-17 16:50:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:51:17 EST)" (scheduled at 2022-02-17 16:50:17.882938-05:00) -2022-02-17 16:50:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:51:17 EST)" executed successfully -2022-02-17 16:51:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:52:17 EST)" (scheduled at 2022-02-17 16:51:17.882938-05:00) -2022-02-17 16:51:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:52:17 EST)" executed successfully -2022-02-17 16:52:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:53:17 EST)" (scheduled at 2022-02-17 16:52:17.882938-05:00) -2022-02-17 16:52:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:53:17 EST)" executed successfully -2022-02-17 16:53:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:54:17 EST)" (scheduled at 2022-02-17 16:53:17.882938-05:00) -2022-02-17 16:53:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:54:17 EST)" executed successfully -2022-02-17 16:54:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:55:17 EST)" (scheduled at 2022-02-17 16:54:17.882938-05:00) -2022-02-17 16:54:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:55:17 EST)" executed successfully -2022-02-17 16:55:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:56:17 EST)" (scheduled at 2022-02-17 16:55:17.882938-05:00) -2022-02-17 16:55:17,888 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:56:17 EST)" executed successfully -2022-02-17 16:56:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:57:17 EST)" (scheduled at 2022-02-17 16:56:17.882938-05:00) -2022-02-17 16:56:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:57:17 EST)" executed successfully -2022-02-17 16:57:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:58:17 EST)" (scheduled at 2022-02-17 16:57:17.882938-05:00) -2022-02-17 16:57:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:58:17 EST)" executed successfully -2022-02-17 16:58:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:59:17 EST)" (scheduled at 2022-02-17 16:58:17.882938-05:00) -2022-02-17 16:58:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 16:59:17 EST)" executed successfully -2022-02-17 16:59:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:00:17 EST)" (scheduled at 2022-02-17 16:59:17.882938-05:00) -2022-02-17 16:59:17,887 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:00:17 EST)" executed successfully -2022-02-17 17:00:13,052 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:00:13,065 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:00:13,087 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:00:13,092 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:13,100 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:13,112 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:00:13,129 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:13,135 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:13,286 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,288 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,297 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,314 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,314 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,315 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,320 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,321 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:13,326 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:13,330 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,331 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:13,343 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:13] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:14,900 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:14] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:15,022 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:15] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:01:17 EST)" (scheduled at 2022-02-17 17:00:17.882938-05:00) -2022-02-17 17:00:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:01:17 EST)" executed successfully -2022-02-17 17:00:29,975 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:29] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:29,983 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:29] "POST /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:30,006 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:30,013 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:30,094 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:30,105 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:00:30,114 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "GET /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:00:30,526 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:00:30,554 - SpiffWorkflow.util.metrics - INFO - | 0.0256 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:00:30,581 - SpiffWorkflow.util.metrics - INFO - | 0.0269 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:00:30,582 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:30] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:00:33,655 - SpiffWorkflow.util.metrics - INFO - | 0.0268 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:00:33,679 - SpiffWorkflow.util.metrics - INFO - | 0.0236 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:00:33,679 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:33] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:00:37,694 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:37] "OPTIONS /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 17:00:37,704 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:37] "OPTIONS /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 17:00:37,714 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:37] "GET /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 17:00:37,786 - SpiffWorkflow.util.metrics - INFO - 0.0704 | get spec -2022-02-17 17:00:37,936 - SpiffWorkflow.util.metrics - INFO - | 0.1409 | StudyInfo.do_task | Load Documents From PB | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 17:00:37,936 - SpiffWorkflow.util.metrics - INFO - | 0.1411 | CustomBpmnScriptEngine.execute | Load Documents From PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | documents = study_info('documents') | dict -2022-02-17 17:00:37,972 - SpiffWorkflow.util.metrics - INFO - | 0.0105 | CustomBpmnScriptEngine.execute | Load Uploaded Files | 'ScriptTask' | CustomBpmnScriptEngine | Task | #Check if Protocol has been uploaded isProtocol = is_file_uploaded('Study_P.. | dict -2022-02-17 17:00:38,002 - SpiffWorkflow.util.metrics - INFO - | 0.0148 | CustomBpmnScriptEngine.execute | Load Details from PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | details = study_info('details') | dict -2022-02-17 17:00:38,045 - SpiffWorkflow.util.metrics - INFO - | 0.0165 | CustomBpmnScriptEngine.execute | Load Shared Prerequisites | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Shared Prerequisites # Primary Investigator pi = study_info('investi.. | dict -2022-02-17 17:00:38,068 - SpiffWorkflow.util.metrics - INFO - | 0.0217 | CustomBpmnScriptEngine.execute | Load Personnel | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Personnel menu check # Primary Investigator pi = study_info('investigator.. | dict -2022-02-17 17:00:38,228 - SpiffWorkflow.util.metrics - INFO - | 0.1310 | StudyInfo.do_task | Check BCA Document Requirements | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 17:00:38,228 - SpiffWorkflow.util.metrics - INFO - | 0.1389 | CustomBpmnScriptEngine.execute | Check BCA Document Requirements | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Documents documents = study_info("documents") # Check if Consent do.. | dict -2022-02-17 17:00:38,244 - SpiffWorkflow.util.metrics - INFO - 0.4560 | run steps -2022-02-17 17:00:38,244 - SpiffWorkflow.util.metrics - INFO - | 0.5321 | WorkflowProcessor.run_master_spec | | '' | WorkflowSpecInfo | StudyModel -2022-02-17 17:00:38,283 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:38] "GET /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 17:00:38,336 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:38] "OPTIONS /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 17:00:38,347 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:38] "PUT /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 17:00:40,102 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:00:40,111 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:00:40,124 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:00:40,126 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:40,134 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:40,145 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:00:40,154 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:40,159 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:40,278 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,286 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,291 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,298 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,303 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,318 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,319 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,322 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,325 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:40,327 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:00:40,328 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:40,334 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:40] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:00:43,198 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:43] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:00:43,203 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:43] "PUT /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:00:43,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:43] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:00:43,217 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:43] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:00:47,119 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:00:47,170 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:00:47,180 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:00:47,182 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:00:47,199 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:00:47,268 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:00:47,278 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:00:47,288 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:00:47,289 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:47,290 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:47,297 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:47,297 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:47,347 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:47] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:00:49,068 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:00:49,131 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:00:49,153 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:00:49,202 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,205 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,215 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,217 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,221 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,234 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:00:49,312 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,314 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:00:49,318 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,324 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,328 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,331 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,331 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,332 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,381 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:00:49,485 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,486 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,488 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:00:49,490 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:00:49] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:01:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:02:17 EST)" (scheduled at 2022-02-17 17:01:17.882938-05:00) -2022-02-17 17:01:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:02:17 EST)" executed successfully -2022-02-17 17:01:54,244 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:01:54,251 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:01:54,325 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:01:54,336 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:01:54,423 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:01:54,424 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:01:54,438 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:01:54,445 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:01:54,468 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:01:54,474 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:01:54,675 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,678 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,688 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,696 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,706 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,735 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:01:54,736 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,748 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,752 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,753 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:01:54,755 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:01:54,821 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:01:54] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:02:00,937 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:00] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:00,999 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:00] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:01,008 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:01,028 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:01,028 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:01,046 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,050 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,055 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,059 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,061 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,065 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,066 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,069 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,080 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,084 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,090 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,091 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,098 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,101 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,120 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:01,134 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:01,146 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,153 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,153 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:01,156 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,161 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,165 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,168 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,168 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,219 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:01,283 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,283 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,284 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:01,285 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,436 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:02:04,442 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:02:04,541 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:04,732 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:02:04,737 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:02:04,816 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:04,860 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:04,881 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,886 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,890 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,896 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,897 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,898 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:04,899 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,095 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:02:05,099 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:02:05,102 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:02:05,408 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:05,424 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:05,434 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,434 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,438 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,441 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,443 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,448 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,449 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,487 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:05,540 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,542 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,542 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:05,543 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:05] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:09,064 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:02:09,068 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:02:09,247 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:02:09,253 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:02:09,261 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:09,266 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:09] "GET /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:10,639 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:10] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:10,889 - SpiffWorkflow.util.metrics - INFO - | 0.2466 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:11,011 - SpiffWorkflow.util.metrics - INFO - | 0.1218 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:11,011 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:11] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:03:17 EST)" (scheduled at 2022-02-17 17:02:17.882938-05:00) -2022-02-17 17:02:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:03:17 EST)" executed successfully -2022-02-17 17:02:28,853 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:28] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:28,858 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:28] "PUT /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:29,151 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:29] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:29,432 - SpiffWorkflow.util.metrics - INFO - | 0.2780 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:29,518 - SpiffWorkflow.util.metrics - INFO - | 0.0858 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:29,518 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:29] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:33,738 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:33,805 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:33,819 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:33,832 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:33,841 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:33,843 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:33,851 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,858 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,866 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,871 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,874 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,887 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,888 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,890 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,897 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,908 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,909 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,910 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,920 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,940 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:33,945 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:33,965 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:33,978 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,983 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:33,986 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,992 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,995 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,995 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:33,999 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:34,000 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:34,052 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:34,072 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:34,114 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:34,158 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:34,159 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:34,161 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:34,163 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:34] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:43,293 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:43] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:43,298 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:43] "PUT /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:02:43,695 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:43] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:43,970 - SpiffWorkflow.util.metrics - INFO - | 0.2722 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:44,047 - SpiffWorkflow.util.metrics - INFO - | 0.0769 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:02:44,048 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:44] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:02:48,100 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:48,171 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:02:48,180 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:48,193 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:48,194 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:48,197 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:48,206 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,219 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,223 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,227 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,230 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,239 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,242 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,248 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,249 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,257 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,260 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,261 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,276 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,279 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,302 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:48,302 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:02:48,310 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,310 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,313 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,314 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,378 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:48,390 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:48,412 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:02:48,413 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,416 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,420 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,426 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,427 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,431 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,433 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,496 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:48,519 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:02:48,548 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,548 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,551 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:02:48,552 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:02:48] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:04:17 EST)" (scheduled at 2022-02-17 17:03:17.882938-05:00) -2022-02-17 17:03:17,885 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:04:17 EST)" executed successfully -2022-02-17 17:03:51,887 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:51] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:03:51,893 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:51] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:03:51,961 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:51] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:52,020 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:52,125 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:03:52,133 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:03:52,150 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:52,151 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:52,164 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:52,218 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:52,220 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,221 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,229 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,232 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,236 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,237 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,249 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,252 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,254 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,503 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:03:52,508 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:03:52,515 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:03:52,812 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:52,840 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:52,855 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,856 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,874 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,876 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,877 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,883 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,885 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,950 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:52,977 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,983 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,987 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:52,998 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:52] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,600 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/workflow/150/restart?clear_data=false&delete_files=false HTTP/1.1" 200 - -2022-02-17 17:03:57,664 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/workflow/150/restart?clear_data=false&delete_files=false HTTP/1.1" 200 - -2022-02-17 17:03:57,679 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:57,691 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:57,710 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:57,712 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:57,717 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,720 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,732 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,737 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,746 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,750 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,758 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,761 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,768 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,770 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,773 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,774 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,787 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,789 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,807 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,810 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,817 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,817 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,827 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:57,834 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:03:57,897 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:57,911 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:57,923 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,927 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,929 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:03:57,932 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,939 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,942 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,943 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:57,945 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:57] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:58,014 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:58,019 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:03:58,028 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:58,031 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:58,031 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:03:58,032 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:03:58] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,359 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:04:01,365 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:04:01,457 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:01,641 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "OPTIONS /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:04:01,649 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "GET /v1.0/list_users HTTP/1.1" 200 - -2022-02-17 17:04:01,752 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:01,817 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:01,828 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,829 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,831 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,840 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,843 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,843 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:01,844 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:01] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,050 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "OPTIONS /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:04:02,053 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:04:02,056 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "GET /v1.0/ldap?query=&limit=5 HTTP/1.1" 200 - -2022-02-17 17:04:02,365 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:02,382 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:02,387 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,390 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,398 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,398 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,398 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,402 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,403 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,452 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:02,515 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,518 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,520 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:02,520 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:02] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,338 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:04:04,396 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:04:04,413 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:04,427 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:04,432 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:04,436 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:04,440 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,449 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,454 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,456 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,460 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,489 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,492 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,492 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,495 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,507 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,510 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,514 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,528 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,545 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,584 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:04,594 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:04:04,639 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:04,639 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:04,646 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:04,660 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:04:04,669 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,680 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,690 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,691 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,694 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,698 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,702 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,797 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:04,814 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:04:04,877 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,878 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,879 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:04,881 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:04] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:04:07,084 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:04:07,094 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:04:07,121 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:04:07,123 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:04:07,131 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:04:07,137 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:04:07,159 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:04:07,164 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:04:07,310 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,315 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,321 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,334 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,336 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,344 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,345 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,346 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,349 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:04:07,352 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:07,355 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:04:07,370 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:07] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:04:08,616 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:08] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:08,715 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:08] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:08,721 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:08] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:04:08,725 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:08] "GET /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:04:09,850 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:09] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:04:10,066 - SpiffWorkflow.util.metrics - INFO - | 0.2131 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:04:10,148 - SpiffWorkflow.util.metrics - INFO - | 0.0816 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:04:10,149 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:10] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:04:17,883 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:05:17 EST)" (scheduled at 2022-02-17 17:04:17.882938-05:00) -2022-02-17 17:04:17,884 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:05:17 EST)" executed successfully -2022-02-17 17:04:25,527 - werkzeug - INFO - * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) -2022-02-17 17:04:29,967 - apscheduler.scheduler - INFO - Adding job tentatively -- it will be properly scheduled when the scheduler starts -2022-02-17 17:04:29,967 - apscheduler.scheduler - INFO - Adding job tentatively -- it will be properly scheduled when the scheduler starts -2022-02-17 17:04:29,968 - apscheduler.scheduler - INFO - Added job "process_waiting_tasks" to job store "default" -2022-02-17 17:04:29,968 - apscheduler.scheduler - INFO - Added job "WorkflowService.process_erroring_workflows" to job store "default" -2022-02-17 17:04:29,968 - apscheduler.scheduler - INFO - Scheduler started -2022-02-17 17:04:29,969 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:29] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:29,970 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:29] "OPTIONS /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:04:30,013 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:04:30,013 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "GET /v1.0/user HTTP/1.1" 200 - -2022-02-17 17:04:30,340 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:30,348 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:04:30,422 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:04:30,426 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:30] "GET /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:04:31,130 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:31] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:04:31,163 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'AD_CoCApp' is not defined -2022-02-17 17:04:31,166 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:04:31] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:05:26,744 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:26] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:05:26,751 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:26] "PUT /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:05:27,124 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:27] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:05:27,153 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'Engish' is not defined -2022-02-17 17:05:27,155 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:27] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:05:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:06:29 EST)" (scheduled at 2022-02-17 17:05:29.967049-05:00) -2022-02-17 17:05:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:06:29 EST)" executed successfully -2022-02-17 17:05:41,869 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:41] "OPTIONS /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:05:41,874 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:41] "PUT /v1.0/workflow-specification/alicia/file/file_upload_form.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:05:42,220 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:42] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:05:42,433 - SpiffWorkflow.util.metrics - INFO - | 0.2104 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:05:42,514 - SpiffWorkflow.util.metrics - INFO - | 0.0806 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:05:42,515 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:42] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:05:46,802 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:05:46,875 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:05:46,886 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:05:46,901 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:05:46,907 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:05:46,910 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:05:46,995 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:46] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,000 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,002 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,005 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,007 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,031 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,034 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,037 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,042 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,047 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,053 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,053 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,057 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,061 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,074 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,075 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,084 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,086 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,116 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:05:47,119 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,119 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:05:47,120 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,122 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,123 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,126 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,204 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,207 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,217 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,221 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,226 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,227 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,228 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,241 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:05:47,252 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:05:47,271 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:05:47,274 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,278 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,282 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,285 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,291 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,291 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,295 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,299 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,299 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,361 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:05:47,381 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:05:47,416 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,425 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,425 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,427 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,514 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,514 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,519 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,529 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,530 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,530 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:05:47,531 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:05:47] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:06:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:07:29 EST)" (scheduled at 2022-02-17 17:06:29.967049-05:00) -2022-02-17 17:06:29,970 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:07:29 EST)" executed successfully -2022-02-17 17:07:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:08:29 EST)" (scheduled at 2022-02-17 17:07:29.967049-05:00) -2022-02-17 17:07:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:08:29 EST)" executed successfully -2022-02-17 17:08:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:09:29 EST)" (scheduled at 2022-02-17 17:08:29.967049-05:00) -2022-02-17 17:08:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:09:29 EST)" executed successfully -2022-02-17 17:09:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:10:29 EST)" (scheduled at 2022-02-17 17:09:29.967049-05:00) -2022-02-17 17:09:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:10:29 EST)" executed successfully -2022-02-17 17:10:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:11:29 EST)" (scheduled at 2022-02-17 17:10:29.967049-05:00) -2022-02-17 17:10:29,972 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:11:29 EST)" executed successfully -2022-02-17 17:11:10,417 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:11:10,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:11:10,462 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:11:10,465 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:11:10,481 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:11:10,484 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:11:10,514 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:11:10,523 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:11:10,664 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,668 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,670 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,690 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,692 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,696 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,697 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:11:10,698 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,700 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,704 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:10,706 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:11:10,737 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:10] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:11:13,231 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:13] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:11:13,332 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:13] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:11:13,337 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:13] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:11:13,342 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:13] "GET /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:11:24,049 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:24] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:11:24,056 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:24] "PUT /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:11:24,663 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:24] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:11:24,862 - SpiffWorkflow.util.metrics - INFO - | 0.1969 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:11:24,941 - SpiffWorkflow.util.metrics - INFO - | 0.0787 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:11:24,942 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:11:24] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:11:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:12:29 EST)" (scheduled at 2022-02-17 17:11:29.967049-05:00) -2022-02-17 17:11:29,968 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:12:29 EST)" executed successfully -2022-02-17 17:12:16,094 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:12:16] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:12:16,330 - SpiffWorkflow.util.metrics - INFO - | 0.2329 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:12:16,417 - SpiffWorkflow.util.metrics - INFO - | 0.0876 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:12:16,418 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:12:16] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:12:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:13:29 EST)" (scheduled at 2022-02-17 17:12:29.967049-05:00) -2022-02-17 17:12:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:13:29 EST)" executed successfully -2022-02-17 17:13:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:14:29 EST)" (scheduled at 2022-02-17 17:13:29.967049-05:00) -2022-02-17 17:13:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:14:29 EST)" executed successfully -2022-02-17 17:13:56,698 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:13:56] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:13:56,703 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:13:56] "PUT /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:13:57,160 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:13:57] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:13:57,361 - SpiffWorkflow.util.metrics - INFO - | 0.1981 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:13:57,449 - SpiffWorkflow.util.metrics - INFO - | 0.0874 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:13:57,449 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:13:57] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:01,669 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:01] "PUT /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:14:02,481 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:02] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:02,752 - SpiffWorkflow.util.metrics - INFO - | 0.2680 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:02,830 - SpiffWorkflow.util.metrics - INFO - | 0.0773 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:02,830 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:02] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:04,211 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:14:04,220 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:14:04,234 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:14:04,238 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:14:04,245 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:14:04,252 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:14:04,262 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:14:04,267 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:14:04,383 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,385 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,388 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,391 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,397 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,411 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,416 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,417 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,419 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,421 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:14:04,423 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:14:04,425 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:04,431 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:04] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:14:07,550 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:07,636 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:07] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,640 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,649 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "POST /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,667 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,673 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,759 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:14:18,769 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:14:18,774 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:18] "GET /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:14:19,185 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:19] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:19,384 - SpiffWorkflow.util.metrics - INFO - | 0.1970 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:19,458 - SpiffWorkflow.util.metrics - INFO - | 0.0733 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:19,459 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:19] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:23,173 - SpiffWorkflow.util.metrics - INFO - | 0.1931 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:23,278 - SpiffWorkflow.util.metrics - INFO - | 0.1056 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:14:23,279 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:14:23] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:14:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:15:29 EST)" (scheduled at 2022-02-17 17:14:29.967049-05:00) -2022-02-17 17:14:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:15:29 EST)" executed successfully -2022-02-17 17:15:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:16:29 EST)" (scheduled at 2022-02-17 17:15:29.967049-05:00) -2022-02-17 17:15:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:16:29 EST)" executed successfully -2022-02-17 17:16:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:17:29 EST)" (scheduled at 2022-02-17 17:16:29.967049-05:00) -2022-02-17 17:16:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:17:29 EST)" executed successfully -2022-02-17 17:17:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:18:29 EST)" (scheduled at 2022-02-17 17:17:29.967049-05:00) -2022-02-17 17:17:29,972 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:18:29 EST)" executed successfully -2022-02-17 17:18:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:19:29 EST)" (scheduled at 2022-02-17 17:18:29.967049-05:00) -2022-02-17 17:18:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:19:29 EST)" executed successfully -2022-02-17 17:19:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:20:29 EST)" (scheduled at 2022-02-17 17:19:29.967049-05:00) -2022-02-17 17:19:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:20:29 EST)" executed successfully -2022-02-17 17:19:55,304 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:19:55] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:19:55,537 - SpiffWorkflow.util.metrics - INFO - | 0.2264 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:19:55,614 - SpiffWorkflow.util.metrics - INFO - | 0.0769 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:19:55,614 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:19:55] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:10,304 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:10] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:20:10,311 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:10] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:20:10,708 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:10] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:10,952 - SpiffWorkflow.util.metrics - INFO - | 0.2408 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:11,029 - SpiffWorkflow.util.metrics - INFO - | 0.0761 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:11,029 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:11] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:15,416 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:15] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:20:15,422 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:15] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:20:16,134 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:16] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:16,343 - SpiffWorkflow.util.metrics - INFO - | 0.2067 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:16,423 - SpiffWorkflow.util.metrics - INFO - | 0.0792 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:16,423 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:16] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:20,189 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:20] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:20:20,807 - SpiffWorkflow.util.metrics - INFO - | 0.2041 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:20,890 - SpiffWorkflow.util.metrics - INFO - | 0.0828 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:20:20,891 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:20:20] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:20:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:21:29 EST)" (scheduled at 2022-02-17 17:20:29.967049-05:00) -2022-02-17 17:20:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:21:29 EST)" executed successfully -2022-02-17 17:21:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:22:29 EST)" (scheduled at 2022-02-17 17:21:29.967049-05:00) -2022-02-17 17:21:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:22:29 EST)" executed successfully -2022-02-17 17:22:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:23:29 EST)" (scheduled at 2022-02-17 17:22:29.967049-05:00) -2022-02-17 17:22:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:23:29 EST)" executed successfully -2022-02-17 17:23:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:24:29 EST)" (scheduled at 2022-02-17 17:23:29.967049-05:00) -2022-02-17 17:23:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:24:29 EST)" executed successfully -2022-02-17 17:23:55,310 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:55] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:23:55,316 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:55] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:23:55,632 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:55] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:23:55,922 - SpiffWorkflow.util.metrics - INFO - | 0.2836 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:23:56,004 - SpiffWorkflow.util.metrics - INFO - | 0.0820 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:23:56,005 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:56] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:23:59,794 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:23:59,854 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:23:59,871 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:23:59,884 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:23:59,897 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:23:59,903 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:23:59,941 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,945 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,950 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,954 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,960 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,963 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,974 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,979 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,988 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,990 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,993 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,996 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,998 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:23:59,999 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:23:59] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,000 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,007 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,008 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,026 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:24:00,026 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:24:00,087 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:24:00,106 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:24:00,120 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:24:00,123 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,127 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,130 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,136 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,138 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,139 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,143 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,146 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,148 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,211 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:24:00,219 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:24:00,299 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,299 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,302 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,304 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,306 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,394 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,396 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,404 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,406 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,406 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,412 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:00,413 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:00] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:24:02,652 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:24:02,661 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:24:02,677 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:24:02,679 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:02,690 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:02,698 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:24:02,705 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:02,710 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:02,832 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,837 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,839 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,860 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,864 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,866 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,868 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,870 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:02,872 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:02,874 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:02,886 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:02] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:07,259 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:07] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:24:07,265 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:07] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:24:07,277 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:07] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:07,277 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:07] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:08,440 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:08,449 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:08,520 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:08,525 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:08,531 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:08,535 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:08] "GET /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:09,683 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:09] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:09,704 - crc - ERROR - The field type contains an unsupported property: required -NoneType: None -2022-02-17 17:24:09,709 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:09] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:19,446 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:19] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:19,452 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:19] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:19,706 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:19] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:19,734 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cap' is not defined -2022-02-17 17:24:19,736 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:19] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:24:24,480 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:24] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:24,485 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:24] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:24,828 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:24] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:24,851 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cat' is not defined -2022-02-17 17:24:24,853 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:24] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:24:27,269 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cat' is not defined -2022-02-17 17:24:27,271 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:27] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:24:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:25:29 EST)" (scheduled at 2022-02-17 17:24:29.967049-05:00) -2022-02-17 17:24:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:25:29 EST)" executed successfully -2022-02-17 17:24:37,932 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:37] "OPTIONS /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:37,939 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:37] "PUT /v1.0/workflow-specification/alicia/file/random_fact.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:38,278 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:38] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:38,302 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cat' is not defined -2022-02-17 17:24:38,304 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:38] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:24:41,881 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:41] "OPTIONS /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 17:24:41,882 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:41] "OPTIONS /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 17:24:41,890 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:41] "GET /v1.0/study/5/associates HTTP/1.1" 200 - -2022-02-17 17:24:41,963 - SpiffWorkflow.util.metrics - INFO - 0.0650 | get spec -2022-02-17 17:24:42,003 - SpiffWorkflow.util.metrics - INFO - | 0.0325 | BusinessRuleTask._on_complete_hook | Study Information - | 'BusinessRuleTask' | BusinessRuleTask | Task -2022-02-17 17:24:42,150 - SpiffWorkflow.util.metrics - INFO - | 0.1438 | StudyInfo.do_task | Load Documents From PB | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 17:24:42,151 - SpiffWorkflow.util.metrics - INFO - | 0.1441 | CustomBpmnScriptEngine.execute | Load Documents From PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | documents = study_info('documents') | dict -2022-02-17 17:24:42,190 - SpiffWorkflow.util.metrics - INFO - | 0.0118 | CustomBpmnScriptEngine.execute | Load Uploaded Files | 'ScriptTask' | CustomBpmnScriptEngine | Task | #Check if Protocol has been uploaded isProtocol = is_file_uploaded('Study_P.. | dict -2022-02-17 17:24:42,219 - SpiffWorkflow.util.metrics - INFO - | 0.0151 | CustomBpmnScriptEngine.execute | Load Details from PB | 'ScriptTask' | CustomBpmnScriptEngine | Task | details = study_info('details') | dict -2022-02-17 17:24:42,234 - SpiffWorkflow.util.metrics - INFO - | 0.0117 | CustomBpmnScriptEngine.execute | Load datastore | 'ScriptTask' | CustomBpmnScriptEngine | Task | ds = {} ds['ExternalFunding'] = study_data_get("sdsExternalFunding", None) .. | dict -2022-02-17 17:24:42,266 - SpiffWorkflow.util.metrics - INFO - | 0.0153 | CustomBpmnScriptEngine.execute | Load Shared Prerequisites | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Shared Prerequisites # Primary Investigator pi = study_info('investi.. | dict -2022-02-17 17:24:42,288 - SpiffWorkflow.util.metrics - INFO - | 0.0213 | CustomBpmnScriptEngine.execute | Load Personnel | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Personnel menu check # Primary Investigator pi = study_info('investigator.. | dict -2022-02-17 17:24:42,449 - SpiffWorkflow.util.metrics - INFO - | 0.1337 | StudyInfo.do_task | Check BCA Document Requirements | 'ScriptTask' | StudyInfo | Task | int | NoneType | documents -2022-02-17 17:24:42,449 - SpiffWorkflow.util.metrics - INFO - | 0.1409 | CustomBpmnScriptEngine.execute | Check BCA Document Requirements | 'ScriptTask' | CustomBpmnScriptEngine | Task | # Load Documents documents = study_info("documents") # Check if Consent do.. | dict -2022-02-17 17:24:42,463 - SpiffWorkflow.util.metrics - INFO - | 0.0127 | CustomBpmnScriptEngine.execute | Load IRB Info | 'ScriptTask' | CustomBpmnScriptEngine | Task | PreReview_status = study_data_get('sdsPreReview_status', 'not set') if PreR.. | dict -2022-02-17 17:24:42,470 - SpiffWorkflow.util.metrics - INFO - 0.5027 | run steps -2022-02-17 17:24:42,470 - SpiffWorkflow.util.metrics - INFO - | 0.5732 | WorkflowProcessor.run_master_spec | | '' | WorkflowSpecInfo | StudyModel -2022-02-17 17:24:42,506 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:42] "GET /v1.0/study/5?update_status=true HTTP/1.1" 200 - -2022-02-17 17:24:42,545 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:42] "OPTIONS /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 17:24:42,554 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:42] "PUT /v1.0/study/5/log HTTP/1.1" 200 - -2022-02-17 17:24:44,046 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:24:44,057 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:24:44,070 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:24:44,073 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:44,082 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:44,088 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:24:44,096 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:44,100 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:44,210 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,216 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,227 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,236 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,237 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,239 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,251 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:44,251 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,255 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:24:44,258 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,261 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:44,264 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:44] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:24:47,368 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:47] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:24:47,453 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:47] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:24:47,458 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:47] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:47,463 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:47] "GET /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:24:54,585 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:54] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:24:54,615 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cat' is not defined -2022-02-17 17:24:54,617 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:54] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:24:56,887 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'cat' is not defined -2022-02-17 17:24:56,888 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:24:56] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:25:01,253 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:25:01,262 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification-category HTTP/1.1" 200 - -2022-02-17 17:25:01,275 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:25:01,279 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:25:01,287 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:25:01,295 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification HTTP/1.1" 200 - -2022-02-17 17:25:01,315 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:25:01,319 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:25:01,427 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,433 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,435 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,449 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,451 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,454 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,456 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,468 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:25:01,470 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification?libraries=true HTTP/1.1" 200 - -2022-02-17 17:25:01,473 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification-category/admin_sandbox HTTP/1.1" 200 - -2022-02-17 17:25:01,475 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:01,477 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:01] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,194 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:25:08,199 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "PUT /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn?is_primary=true HTTP/1.1" 200 - -2022-02-17 17:25:08,204 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "OPTIONS /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,207 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "OPTIONS /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,212 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,214 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,734 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "GET /v1.0/workflow-specification/alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,831 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "GET /v1.0/workflow-specification/alicia/file?workflow_spec_id=alicia HTTP/1.1" 200 - -2022-02-17 17:25:08,836 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:25:08,840 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:08] "GET /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:25:09,961 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:09] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:25:09,992 - crc - ERROR - Exception on /v1.0/workflow-specification/alicia/validate [GET] -Traceback (most recent call last): - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app - response = self.full_dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request - rv = self.handle_user_exception(e) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function - return cors_after_request(app.make_response(f(*args, **kwargs))) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception - reraise(exc_type, exc_value, tb) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise - raise value - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request - rv = self.dispatch_request() - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request - return self.view_functions[rule.endpoint](**req.view_args) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/decorator.py", line 68, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/security/security_handler_factory.py", line 381, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/uri_parsing.py", line 149, in wrapper - response = function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/validation.py", line 396, in wrapper - return function(request) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/connexion/decorators/parameter.py", line 116, in wrapper - return function(**kwargs) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/api/workflow.py", line 121, in validate_workflow_specification - WorkflowService.test_spec(spec_id, study_id, test_until) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/util/metrics.py", line 23, in timed - result = f(*args, **kw) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 220, in test_spec - WorkflowService.populate_form_with_random_data(task, task_api, required_only) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 296, in populate_form_with_random_data - form_data[field.id] = WorkflowService.get_default_value(field, task, data) - File "/home/aliciapritchett/Connect/cr-connect-workflow/crc/services/workflow_service.py", line 471, in get_default_value - default = task.workflow.script_engine._evaluate(field.default_value, data) - File "/home/aliciapritchett/.local/share/virtualenvs/cr-connect-workflow-hLPYC6qY/lib/python3.9/site-packages/SpiffWorkflow/bpmn/PythonScriptEngine.py", line 231, in _evaluate - return eval(expression, globals, lcls) - File "", line 1, in -NameError: name 'aa' is not defined -2022-02-17 17:25:09,994 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:09] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 500 - -2022-02-17 17:25:18,999 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:18] "OPTIONS /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:25:19,004 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:19] "PUT /v1.0/workflow-specification/alicia/file/markdown_stuff.bpmn/data HTTP/1.1" 200 - -2022-02-17 17:25:19,302 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:19] "OPTIONS /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:25:19,330 - SpiffWorkflow.util.metrics - INFO - | 0.0255 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:25:19,352 - SpiffWorkflow.util.metrics - INFO - | 0.0219 | WorkflowService.test_spec | | '' | alicia | NoneType | NoneType -2022-02-17 17:25:19,353 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:19] "GET /v1.0/workflow-specification/alicia/validate HTTP/1.1" 200 - -2022-02-17 17:25:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:26:29 EST)" (scheduled at 2022-02-17 17:25:29.967049-05:00) -2022-02-17 17:25:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:26:29 EST)" executed successfully -2022-02-17 17:25:31,255 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "OPTIONS /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:25:31,292 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:25:31,300 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "OPTIONS /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:25:31,316 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "OPTIONS /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:25:31,342 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:25:31,380 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:25:31,385 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:25:31,401 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:25:31,407 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "OPTIONS /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,414 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,421 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,428 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,433 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,440 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,447 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,447 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,451 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,453 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,488 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:25:31,507 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,510 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,512 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,518 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,518 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,603 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,603 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,614 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,615 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,618 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,618 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:31,620 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:31] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,418 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "OPTIONS /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:25:33,485 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "GET /v1.0/workflow/150/restart?clear_data=true&delete_files=true HTTP/1.1" 200 - -2022-02-17 17:25:33,501 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:25:33,522 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,528 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,528 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,532 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,533 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,541 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,547 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,552 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,555 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,557 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,562 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,563 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,584 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "GET /v1.0/workflow/150?do_engine_steps=true HTTP/1.1" 200 - -2022-02-17 17:25:33,617 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,618 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "GET /v1.0/document_directory/5?workflow_id=150 HTTP/1.1" 200 - -2022-02-17 17:25:33,623 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,623 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,624 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,633 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,634 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,641 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,643 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,646 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,653 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,655 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,655 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,707 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "GET /v1.0/study/5?update_status=false HTTP/1.1" 200 - -2022-02-17 17:25:33,801 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,803 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,805 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,811 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,813 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,813 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,869 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,869 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,872 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,872 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,879 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,885 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,885 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,887 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,888 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,891 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:25:33,893 - werkzeug - INFO - 127.0.0.1 - - [17/Feb/2022 17:25:33] "PUT /v1.0/eval HTTP/1.1" 200 - -2022-02-17 17:26:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:27:29 EST)" (scheduled at 2022-02-17 17:26:29.967049-05:00) -2022-02-17 17:26:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:27:29 EST)" executed successfully -2022-02-17 17:27:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:28:29 EST)" (scheduled at 2022-02-17 17:27:29.967049-05:00) -2022-02-17 17:27:29,970 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:28:29 EST)" executed successfully -2022-02-17 17:28:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:29:29 EST)" (scheduled at 2022-02-17 17:28:29.967049-05:00) -2022-02-17 17:28:29,969 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:29:29 EST)" executed successfully -2022-02-17 17:29:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:30:29 EST)" (scheduled at 2022-02-17 17:29:29.967049-05:00) -2022-02-17 17:29:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:30:29 EST)" executed successfully -2022-02-17 17:30:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:31:29 EST)" (scheduled at 2022-02-17 17:30:29.967049-05:00) -2022-02-17 17:30:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:31:29 EST)" executed successfully -2022-02-17 17:31:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:32:29 EST)" (scheduled at 2022-02-17 17:31:29.967049-05:00) -2022-02-17 17:31:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:32:29 EST)" executed successfully -2022-02-17 17:32:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:33:29 EST)" (scheduled at 2022-02-17 17:32:29.967049-05:00) -2022-02-17 17:32:29,971 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:33:29 EST)" executed successfully -2022-02-17 17:33:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:34:29 EST)" (scheduled at 2022-02-17 17:33:29.967049-05:00) -2022-02-17 17:33:29,972 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:34:29 EST)" executed successfully -2022-02-17 17:34:29,967 - apscheduler.executors.default - INFO - Running job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:35:29 EST)" (scheduled at 2022-02-17 17:34:29.967049-05:00) -2022-02-17 17:34:29,973 - apscheduler.executors.default - INFO - Job "process_waiting_tasks (trigger: interval[0:01:00], next run at: 2022-02-17 17:35:29 EST)" executed successfully diff --git a/crc/__init__.py b/crc/__init__.py index f856ff33..25912fcc 100644 --- a/crc/__init__.py +++ b/crc/__init__.py @@ -1,5 +1,6 @@ import logging.config import os +import traceback import click import sentry_sdk @@ -151,5 +152,7 @@ def validate_all(study_id, category=None, spec_id=None): continue except Exception as e: print(f"Unexpected Error ({e.__class__.__name__}), {e} validate workflow {spec.id} in Category {spec.category.display_name}") + # printing stack trace + traceback.print_exc() print(e) - continue + return \ No newline at end of file diff --git a/crc/services/workflow_processor.py b/crc/services/workflow_processor.py index 7cdf1ad4..6d1244a5 100644 --- a/crc/services/workflow_processor.py +++ b/crc/services/workflow_processor.py @@ -237,7 +237,7 @@ class WorkflowProcessor(object): elif file.type == FileType.dmn: dmn: etree.Element = etree.fromstring(data) parser.add_dmn_xml(dmn, filename=file.name) - if workflow_spec_info.primary_process_id is None: + if workflow_spec_info.primary_process_id is None or workflow_spec_info.primary_process_id == "": raise (ApiError(code="no_primary_bpmn_error", message="There is no primary BPMN model defined for workflow %s" % workflow_spec_info.id)) try: diff --git a/crc/services/workflow_service.py b/crc/services/workflow_service.py index 4cd29f0c..c972a381 100755 --- a/crc/services/workflow_service.py +++ b/crc/services/workflow_service.py @@ -16,6 +16,7 @@ from SpiffWorkflow.bpmn.specs.ScriptTask import ScriptTask from SpiffWorkflow.bpmn.specs.UserTask import UserTask from SpiffWorkflow.bpmn.specs.events import EndEvent, StartEvent from SpiffWorkflow.dmn.specs.BusinessRuleTask import BusinessRuleTask +from SpiffWorkflow.exceptions import WorkflowTaskExecException from SpiffWorkflow.specs import CancelTask, StartTask from SpiffWorkflow.util.deep_merge import DeepMerge from SpiffWorkflow.util.metrics import timeit @@ -468,8 +469,10 @@ class WorkflowService(object): # default = WorkflowService.evaluate_property(Task.FIELD_PROP_VALUE_EXPRESSION, field, task) default = None if field.default_value is not None: - default = task.workflow.script_engine._evaluate(field.default_value, data) - + try: + default = task.workflow.script_engine._evaluate(field.default_value, data) + except Exception as e: + raise WorkflowTaskExecException(task, "invalid_default", e) # If no default exists, return None # Note: if default is False, we don't want to execute this code if default is None or (isinstance(default, str) and default.strip() == ''):