Workflow::ErrorAction | ||
Description | ||
The ErrorAction command can be used to configure what to do when an error occurs in the workflow. Note that a workflow can have more then one ErrorAction command. Typically a workflow starts with the ErrorAction command but if you want to change what to do after an error, you can put more ErrorAction commands in the workflow. | ||
Options | ||
Run
Workflow |
Run the configured workflow. Checking "Commands Only" will run the workflow with all the runtime properties of the current workflow. When "Commands Only" is not checked, the specified workflow will be run entirely, including the scanning and processing of the contents of the specified "hotfolder" of that workflow (if the workflow is a hotfolder workflow) | |
Run
Plugin |
Executes the configured plugin. | |
Run
Script |
Run the configured script. | |
Abort
Workflow |
Aborts the current workflow. No more commands of the workflow will be executed. | |
Abort
Workflow Tree |
Aborts the current workflow and all (if any) parent workflows. There are parent-workflows when you use the "ForkWorkflow" or "Run Workflow" commands. | |
Disable
Workflow |
Disables the current workflow. The workflow will not start anymore, unless it is enabled again from another workflow using the "SetWorkflow" command. | |
Disable
Workflow Tree |
Disables the current workflow and all (if any) parent workflows. The workflows will not start anymore, unless they are enabled again from another workflow using the "SetWorkflow" command. | |
Stop
Daemon |
Stops the daemon-service (ends the daemon program). | |
Continue |
The workflow will now simply continue with the next command after an error. | |
Post
ErrorAction |
Configures
what to do after the ErrorAction command has been executed. Abort Workflow Aborts the current workflow. No more commands of the workflow will be executed. Abort Workflow Tree Resume Workflow Disables the current workflow. The workflow will not start anymore, unless it is enabled again from another workflow using the "SetWorkflow" command. Disable Workflow Tree |