Event-based schedule format
Event-based schedules use a single format.
[on new file arrives [success|failure]] [,on user session ends [success|failure]]
Parameters
new file arrives [success | failure]
- Runs schedule when a new file arrives.
user session ends [success | failure]
- Runs schedule when the user's session ends.
Examples
on new file arrives success
- Runs the action when a new file arrives successfully.
on user session ends failure
- Runs the action when the user session ends unsuccessfully.
on user session ends failure,on new file arrives
- Runs the schedule when the user session ends unsuccessfully or when a new file arrives (whether successfully or not).