release sched
You can use the release sched command to release the regular and time dependencies from a workflow.
Overview
You can apply the release sched command to workflows that are waiting for the resolution of a dependency. These workflows are marked with the HOLD status. When you run the command, the release sched dependency is removed for only the workflow that is in progress. When you rerun the same task, the dependency persists. To remove the dependency permanently, see deldep sched. You must have the release access to the workflow to release the dependencies.
Syntax and command line options
ocli plan release sched | rs jstreamselect dependency [;noask]You can add the dependency according to the specific results you want to accomplish. The details that are required with each parameters are described below.
- jstreamselect
-
Specify the workflow to update, by means of attributes and qualifiers.
- dependency
- Specify the type of dependency and you must add at least one to complete the command.
| Command | Reference |
|---|---|
at
time[timezone | tz
tzname][+n day[s]
| mm/dd |
mm/dd/yy] |
at |
deadline
time [timezone | tz
tzname][+n day[s]
| mm/dd |
mm/dd/yy] |
deadline |
follows
[[folder/]workstation#][folder/]{jobstreamname[hhmm
[mm/dd[/yy]]][.job | @] |
jobstream_id.job;schedid}| job[,...]
[if 'condition_name[|
condition_name][| ...]']
|
follows |
until time
[timezone|tz
tzname][+n day[s]]
[;onuntil action] |
until and onuntil |
- noask
-
When you add the noask option as an argument, the agent does not ask for confirmation before it acts on each qualifying item.
Examples
- To release the
task3task in theap(1000 03/05/18)workflow, stored in the myfolder folder, from all of its dependencies, run the following command:ocli plan rs myfolder/ap(1000 03/05/18).task3 - To release all workflows
defined in the
site4workstation from their dependencies, fromws1workstation, run the following command:ocli plan rs site4#@ follows ws1.@