Skip to content
Discussion options

You must be logged in to vote

Hey @piby180! The status is part of the workflow object that you get back from the create method, you can check it like so:

model_workflow = get_workflow().create(wait=True)
assert model_workflow.status and model_workflow.status.phase == "Succeeded"

The logs can be fetched through the workflow_logs function on the WorkflowsService

def workflow_logs(

Sorry for the delay, we had a busy ArgoCon/KubeCon last week!

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by elliotgunton
Comment options

You must be logged in to vote
1 reply
@elliotgunton
Comment options

Comment options

You must be logged in to vote
0 replies
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