Grab some changes from the service_task branch (#87)
This commit is contained in:
parent
112fe1a0eb
commit
c24fd5a9d6
|
@ -22,5 +22,8 @@ export APPLICATION_ROOT="/"
|
|||
if [[ -n "${SPIFFWORKFLOW_BACKEND_LOAD_FIXTURE_DATA:-}" ]]; then
|
||||
./bin/boot_server_in_docker
|
||||
else
|
||||
PROCESS_WAITING_MESSAGES="true" FLASK_APP=src/spiffworkflow_backend poetry run flask run -p 7000
|
||||
if [[ -z "${PROCESS_WAITING_MESSAGES:-}" ]]; then
|
||||
export PROCESS_WAITING_MESSAGES="true"
|
||||
fi
|
||||
FLASK_APP=src/spiffworkflow_backend poetry run flask run -p 7000
|
||||
fi
|
||||
|
|
|
@ -18,7 +18,7 @@ message_correlation_message_instance
|
|||
|
||||
for i in "${tables[@]}" ;do
|
||||
echo "$i"
|
||||
mysql -uroot -e "select * from spiffworkflow_backend_testing.${i}"
|
||||
mysql -uroot -e "select * from spiffworkflow_backend_development.${i}"
|
||||
done
|
||||
|
||||
mysql -uroot -e "select id,process_model_identifier,process_group_identifier,status from spiffworkflow_backend_testing.process_instance"
|
||||
|
|
Loading…
Reference in New Issue