This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
How to view the outputs of a workflow without using UI #2525
Answered
by
peterlau
vidhi-pavan-agrawal
asked this question in
Q&A
-
hello everyone, |
Beta Was this translation helpful? Give feedback.
Answered by
peterlau
Oct 25, 2021
Replies: 1 comment
-
The UI simply utilizes the published API - you should be able to poll for the current state of a running workflow with its ID using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
peterlau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The UI simply utilizes the published API - you should be able to poll for the current state of a running workflow with its ID using the
/workflow/{workflowID}
endpoint. The input and output of the workflow itself (as well as any invoked tasks) are part of the payload.