Determine if workflow is running locally or on server (job)

Folks,
Is there a way to programmatically determine if a workflow is running locally or on the server?
We want to be able to do things like substitute variables conditionally.

Hi @kalimist,
The easiest way to do that is to use the Extract Context Properties node. If the workflow runs on the server, the job id variable has a UUID value, if it is running locally, that variable is empty.
Kind regards,
Alexander

4 Likes

Should do nicely Alexandar, thank you

1 Like

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