Question/Issue:
What happens if I edit a workflow while there is an active execution running?
Resolution:
When a workflow is triggered, any configuration changes that occur while it is running will not affect it. This means that if you edit an action, remove an action, or even disable the workflow, executions that have already been triggered will not stop and will continue running based on the original workflow configuration.
The only exception is when a workflow is deleted. Deleting a workflow removes all its execution history and stops any executions that are in progress.