Fetch the last modified date of all the workflow from the Repository using pmrep / pmcmd command

420 Views Asked by At

I want to fetch details of workflow with its properties from a specific folder using pmrep command.

The output should contains

  • the workflow name
  • the import date time or last saved date time

Below is the repository image Repository image

I am looking for an output like below in a text file when command run on unix with workflow name and the date time when it got imported or the last saved date.

Workflow name date timestamp

wf_abc_FF 12/07/2020 12:30:35
wf_ab_FF 12/07/2020 12:30:35
wf_ac_FF 12/07/2020 12:30:35
wf_c_FF 12/07/2020 12:30:35
0

There are 0 best solutions below