Discussions
What is Event: FORK, Context: null
I have a scheduled workflow (A) triggering every 30 minutes on the results of a saved search.
In this workflow there is an action to initite another workflow (B).
In this second workflow (B), I need to detect how the workflow was initiated, specifcally that it was initiated on a scheduled basis.
I thought filtering on a Scheduled context would work:
However, the context comes through as Event: Fork, Context: (null) as can be seen in the workflow (B) log:
Is this expected behaviour, and if so, is there another way to detect within the workflow that it was initated by schedule.