Workspace 6.21.5
|
Stop a remotely scheduled workflow
Inputs: | |||
---|---|---|---|
Workflow UUID | QString | ||
Timeout in seconds | int | ||
Error if workflow fails | bool | If the workflow of interest aborts, or its state cannot be retrieved within the timeout, this operation will fail. Setting this to false will allow the operation to succeed regardless and instead return the result (which may be a failed execution) in the 'Result' output | |
Wait for retries | bool | When scheduler support retry on fail, wait the latest retry instead of return the failing job. If the retry aborted with another retry job, this operation would chase it down the chain. | |
Features | QStringList | Specify the features the workflow UUID would have required. Use this input to specify which scheduler to query from. If more than one schedulers matches the required features list, the query would be sent to them all and the first replies would be returned. | |
Outputs: | |||
Output | CSIRO::DataExecution::ObjectDictionary | ||
Result | CSIRO::RemoteExecution::WaitWorkflow::WorkflowResult |