Skip to content

Is there a way to disable run_post task in the workflow (I'm using the develop branch) #848

Discussion options

You must be logged in to vote

Hi Paddy,

Yes! There has been a restructuring of the workflow recently, and documentation is still catching up. Now, workflow tasks live in the parm/wflow yaml files. In config.yaml, you can set which of these files/tasks run in the rocoto: tasks: taskgroups: section:

rocoto:
  tasks:
    taskgroups: '{{ ["parm/wflow/prep.yaml", "parm/wflow/coldstart.yaml", "parm/wflow/post.yaml", "parm/wflow/plot.yaml"]|include }}'

To turn off run_post, I believe you just remove the parm/wflow/post.yaml from the list of taskgroups to run.

Hope this helps!

Best,
Gillian Petro | EPIC Advanced User Support Team

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by gspetro-NOAA
Comment options

You must be logged in to vote
1 reply
@gspetro-NOAA
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants