Tasks & designs
📄️ Task: Release breakpoint
The module can release breakpoints of active workflows. The breakpoint to be released is defined by the task's name and the running number optionally.
📄️ Task: Cancel
The module can cancel tasks that are active, blocked or in a waiting state. Optionally if the task is a workflow it can be cancelled recursively.
📄️ Execution: Add Comment
The module can add a comment to the statistic record. Therefore the runID of the statistic record and the text are required.
📄️ Execution: Count Executions
To evaluate the amount of executions of runnable objects this module can be used. It counts the number of executions in a given period.
📄️ Task: Deactivate
The modules support the deactivation of activities of a client. This is also possible for tasks of workflows.
📄️ Execution: Read
The module reads details about executions of several objects for given time period. Additionally the records can be restricted by the status of the executions. The results will be stored in a file with CSV format.
📄️ Task: Read
The module searches for activities, that can be filtered by several criteria. Additionally the activities found can be stored in a file, which can be used as an exclude list for further runs of the module.
📄️ Task: Restart
Restarts a task. If not given the reference runID is determined automatically. For file transfers the option for doing the entire transfer again can be set.
📄️ Task: Reset Schedule Task
The module resets tasks of a running schedule that have been ended with status ENDED_TIMEOUT. Tasks get this status when the schedule has not been active at starting time.
📄️ Task: Modify state
The module can set the state of tasks. This should just be used if all other possibilities do not work as it can influence with the processing.
📄️ Task: Unblock
This module can unblock tasks of a workflow that is identified by its runID.
📄️ Task: Continue Workflow
The module provides some ways to continue a Workflow or to cancel the activity. The workflows will be searched for in the activities and can filtered with sefveral criteria.
📄️ Task: Edit Workflow Monitor
The module provides functions to modify the monitor of a workflow. Breakpoints can be set, monitor jobs be added (with predecessors only), tasks set to inactive and comments append to task statistic records