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