Class TimesheetAutomaticTaskUpsertEvent


public class TimesheetAutomaticTaskUpsertEvent extends SimpleBusinessEvent<TimesheetAutomaticTaskUpsertInput,List<Long>>
Event to update or insert an automatic BOTask.
The launcher must provide a valid TimesheetAutomaticTaskUpsertInput in order to successfully call this event.
The listener updates or inserts all the BOTask components starting from the event input, i.e. the given TimesheetAutomaticTaskUpsertInput.
Since:
9.2
GCApi:
event
Reactors:
BTTimesheetAutomaticTaskUpsert(0)
No Spouts