Customizing Lifecycle Hooks
Background
Lifecycle HooksCustomizing
.stoobly/services/<SERVICE-NAME>/<WORKFLOW-NAME>/lifecycle_hooks.pyLast updated
Each workflow provides a lifecycle-hooks.py script that will be applied when the workflow runs.
It can be accessed in the following location:
.stoobly/services/<SERVICE-NAME>/<WORKFLOW-NAME>/lifecycle_hooks.pyModifications to this file will not be overriten when the service create command is re-run.
Last updated