Skip to main content

Monitor a Wrkflow

Watches a child Wrkflow that is already running and returns messages from its Launch Console. Use with Launch an async Wrkflow, which starts a child Wrkflow in the background and returns a Launch ID.

Expect a result within roughly 15 to 60 seconds after a console message or when the child finishes. For immediate notification, use Launch a sync Wrkflow instead.

For setup guidance and how to wire outcomes back into the monitor loop, see Monitor a Wrkflow (how-to).

Application

  • Wrk

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Wrk API keyYour Wrk API key from https://account.wrk.com/api-keyConnected AccountYes
Wrkflow launch IDThe Launch ID to monitorNumberYes

Outputs (what you get)

NameDescriptionData TypeRequired?Example
MessageLatest message from the monitored Launch ConsoleText (Long)No
Message statusCOMPLETED, INFORM, or QUESTIONText (Short)No
Question IDID of the question to reply to (Question only)Text (Short)No
Activities arrayList of everything seen during this checkText (Long)No

Outcomes

NameDescription
SuccessThe child Launch finished. Message status is COMPLETED.
InfoThe child is still running and sent a new info message. Message status is INFORM. Run Monitor a Wrkflow again after you handle the update.
QuestionThe child is still running and is waiting for an answer. Message status is QUESTION. Question ID is filled in. Question comes before Info if both apply.

Requirements

  • N/A