finsemble-seed
finsemble-seed copied to clipboard
Execute WorkflowSequence for a test workflow
To get this running:
yarn checkout run_workflow_sequence
yarn install
yarn start
If there are build errors, go into this file:
node_modules/@finsemble/finsemble-ui/react/components/toolbar/index.js
and on line 8, capitalize ./AdvancedAppLauncher
Once Finsemble is up and running, go to the Central Logger, and open the "Workflow" service.
From there, if you press Ctrl + Shift + V, the test workflow will print 3 messages. If you press Ctrl + Alt + Shift + V, the test workflow 2 messages, the 2nd being an error. An error message will be provided.
Note: all of the executed actions are synchronous. These may need to be changed into await'd promises.