Disabling and Deactivating Flows (Magic xpi 3.x)
You can disable, enable, and deactivate individual flows within your Magic xpi project.
Disable
|
When you disable a flow, the flow is not executed when the project is deployed. A disabled flow is displayed in gray in the Navigation pane. At runtime, the Magic xpi Monitor displays a message indicating the flow is disabled.
To disable a flow, go to the Navigation pane, right-click the flow you want to disable, and then select Disable from the shortcut menu.
|
Enable
|
If a flow has previously been disabled, you can enable the flow.
To enable a flow, go to the Navigation pane, right-click the flow you want to enable, and then select Enable from the shortcut menu.
|
Inactive
|
You can improve the Checker's performance by marking a flow as inactive. The flow is then omitted from the Checker process, and also from the deployment process.
To mark a flow as inactive, go to the Navigation pane, right-click the flow you want to deactivate, and then select Inactive from the shortcut menu.
To reactivate a flow that you previously marked as inactive, go to the Navigation pane, right-click the flow you want to deactivate, and then select Active from the shortcut menu.
When a flow is inactive:
-
The flow name will be colored red in the Studio.
-
It will not be checked by the Checker.
-
It will not be part of the created deployment module.
-
Data Mapper steps will not be generated.
-
An error message appears if another flow tries to call the inactive flow.
|