Extract System Properties

Hello
I would like to know if there is a way to know if a workflow was executed in server automatically (scheduled), or through interaction in Web Portal.
Thanks

Hi @lsandinop ,

One way to possibly get this information would be to use the REST api as an admin user. You could potentially query all scheduled jobs, and compare that list to another query of all jobs. Or potentially you could query the REST interface for the job id, which returns a scheduleID if the job is scheduled, then you could filter for has scheduleID, or doesn’t.

One of our engineers has built this rough outline of a workflow to extract some properties that may help you determine if the workflow was executed on the server or through Web Portal interaction:

isScheduled 2022-10-17 20.57.49.knwf (16.9 KB)

I hope this helps.

Thanks,
Zack

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.