How to get Start and End time of a flow?

How to get Start and End time of a flow?

Comments

  • How do I report out on what time the flow started and what time it ended?

  • You can grab the flows start time from FlowData. You can directly utilize the data or can have a CreateData step right after the start step, create a variable called FlowStartTime of type DateTime and map it to FlowData.StartTime.

    For End Time, add a CreateData step and create a variable called FlowEndTime of type DateTime and select the mapping as CurrentDateTime.

Sign In or Register to comment.