Skip to main content

Modifying an Action

Modifying the configuration for an action and how running executions are affected

Written by Matt Houser

When an action is started, the action execution that is created uses a copy of the action configuration from when the execution was started.

When an action is modified, past and already-running executions are not affected. They will continue to use the old configuration. Only future executions of the action will use the updated action configuration.

Did this answer your question?