-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
This requests the ecFlow "complete" directive be added to Rocoto. It would look something like this:
<task ...>
...
<complete>
<or>
<taskdep>...</taskdep>
<datadep>...</datadep>
</or>
</complete>
</task>
If the <complete> directive is met, the job is considered SUCCEEDED with the job id set to "completed." This would be inserted in the Rocoto implementation just before submit_new_jobs is called.
This is a cleaner feature than the "final='T'" because it eliminates the problematic aspects of "drained" cycles.
Reactions are currently unavailable