Hello everybody.
I have a Workflow where there are some parallel steps. To visualize the work information, I built an ArcGIS Dashboards, where I would like to visualize the start date of the current work stages (considering parallel steps).
In the "v_job_search_ext" table in the visualization layer, I can see the job creation date (and not each step).

In the "history" tab of the Workflow Manager, I see that there is a counter that shows the total duration of each of the steps. Therefore, I imagine there is a way to know the creation date of parallel steps.

Currently, the only way I see this working in ArcGIS Dashboards is to create a data expression, with Arcade, querying the "v_jobprogress_latest" table and returning, for each job and step, the creation date of the activated step.
Is this thinking correct or is there an easier way to know when a step has been created?
Thank you all