We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Start Date and End Date in the Workflow

rohit782192
11 - Bolide

Hi ,

 

When we run the workflow we can see the start time and for the Time it runs.

 

I want to know the End Time of the same.

 

Eg:

Start Time : 21:00:15

End Time : 21:05:30

Difference = End Time - Start time 

 

of the workflow.

7 REPLIES 7
ddiesel
13 - Pulsar
13 - Pulsar

Hi @rohit782192 !

 

I can think of a few ways to do this. One way would be to extract the information from the run logs.

 

You can enable run logs under User Settings:

2023-10-12_12-44-39.png

 

Screenshot 2023-10-12 124951.png

 

Let us know if this might work for you. Otherwise, please reply with more details.

rohit782192
11 - Bolide

No. Here we dont see End Time. It just give directly the second it run.

Qiu
21 - Polaris
21 - Polaris

@rohit782192 
There is a DateTimeStart Function in the formula tool, which can record the workflow start time.

And strangely, I dont see the DateTimeEnd function. 😂
So feasible approach for now is to combine the approach from @ddiesel and the DateTimeStart function to get what you need.

2023-10-15 101938.png

EN6924
10 - Fireball

You can extract the workflow information from the run logs. Then create a workflow that will display Start Date/Time, Duration of the workflows and End Date/Time.

 

 

rohit782192
11 - Bolide

Can you share workflow.

rohit782192
11 - Bolide

also if we can include workflow name

EN6924
10 - Fireball

Hi rohit782192

 

Please find the sample workflow attached.

 
Labels
Top Solution Authors