How to find the operator who executed the work flow last? | Community
Skip to main content
New Participant
November 11, 2019
Solved

How to find the operator who executed the work flow last?

  • November 11, 2019
  • 3 replies
  • 4356 views

Hi,

I need to create extract file, that should contain Workflow label, run time, operator name who started the workflow and last execution duration.

Please suggest me, What attribute I need to select in data extraction for knowing the operator who executed the workflow last?. 

Regards,

Ram

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by somasundaram_h

Hi,

Hope this helps.

3 replies

New Participant
November 11, 2019

Thank you so much for your reply.

somasundaram_h
somasundaram_hAccepted solution
New Participant
November 11, 2019

Hi,

Hope this helps.

_Manoj_Kumar_
New Participant
November 11, 2019

Hello Ramprakash,

You can query on xtk:workflow schema to get @processDate, @label, @lastStart.

To get the user info you will to get workflowLogins schema.

Thanks,

Manoj

     Manoj     Find me on LinkedIn