Is it possible to determine the own workflow ID in the workflow?

Hi all,
I am looking for a way to determine the own workflow ID in a workflow.
Maybe someone has already had this issue and knows the way to do it.

To the best of my knowledge, it’s not directly possible. You might try the system variable sys_job_id and use it to send a rest request to /v1/jobs/{workflowJobId} - I haven’t tried it myself

1 Like

Good point, could work that way. We will give it a try.
Thanks @adrian.berndl