- You can use the variable `flow_input` to access the inputs of the flow.
The
- variable `WM_SCHEDULED_FOR` contains the time the flow was scheduled for which you
- can use to stop early non fresh jobs:
-
new Date().getTime() - new Date(WM_SCHEDULED_FOR).getTime() {'>'} X
+ />
+
+ You can use the variable `flow_input` to access the inputs of the flow.
The variable `WM_SCHEDULED_FOR` contains the time the flow was scheduled for
+ which you can use to stop early non fresh jobs:
+
new Date().getTime() - new Date(WM_SCHEDULED_FOR).getTime() {'>'} X
+