Current Workflow Execution

i want to fetch the workflow execution id of the workflow while it’s running.
There are methods to get workflow execution ids but it lists all the workflow executions for that workflow.

If multiple executions are triggered in a minute. It’s difficult to identify which is the execution id of current workflow in running.

Is there a way to get it ?

Thanks,
Tanay Chouhan

Hi Tanay,

To get the executionID you need to open the execution from the UI. During the execution itself, the id is not available yet.

@IAM_Tanay

Not sure if this helps :

GET baseURL/workflows/:workflowID/executions?filters=status eq "Running"

Can you brief your requirement