cadence-python icon indicating copy to clipboard operation
cadence-python copied to clipboard

Fetching completed workflow ID

Open ibrahim-alafeef opened this issue 5 years ago • 1 comments

Is there any way to fetch the completed activity/workflow in the logger?

The DEBUG logger is returning the status of the workflow, created and running is returning with the workflow ID, but the completed workflow does not return the workflow ID.

I am using async in the client to hit the request, and fetching the statuses from the logs whether the workflow is created, running, completed or failed.

Thanks

ibrahim-alafeef avatar Jul 08 '20 16:07 ibrahim-alafeef

Yeah I think that's doable, I can place a log message with the workflow id when the workflow method returns.

firdaus avatar Jul 13 '20 01:07 firdaus