Skip to content

rocoto <complete> dependency #24

@samtrahan

Description

@samtrahan

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions