Executions
An execution will be started whenever an event/webhook kickstart a deployed workflow. Execution will be saved along with the results of each executed node.

There are 4 stages of Execution:
- INPROGRESS: When execution is still running
- FINISHED: When execution has finished
- ERROR: When there is error executing node
- TERMINATED: When user manually stop the deployed workflow while an execution is still running
- TIMEOUT: When the execution time exceeds specified timeout. To specify the timeout:
- Go to
Outerbridge/packages/server
- Create one
.env
file or modify the existing one by setting:EXECUTION_TIMEOUT=<MILLISECONDS> - Rebuild the app
yarn run build
- Go to