Uses of Interface
ch.ivyteam.ivy.process.eventstart.IProcessStartEventResponse
Packages that use IProcessStartEventResponse
-
Uses of IProcessStartEventResponse in ch.ivyteam.ivy.process.eventstart
Methods in ch.ivyteam.ivy.process.eventstart that return IProcessStartEventResponseModifier and TypeMethodDescriptionIProcessStartEventBeanRuntime.fireProcessStartEventRequest(ISession session, String firingReason, Map<String, Object> requestParameters) Deprecated.IProcessStarter.start()The process engine will start the process that belongs to the start event element this bean was configured on and will execute the first task of it.Methods in ch.ivyteam.ivy.process.eventstart that return types with arguments of type IProcessStartEventResponseModifier and TypeMethodDescriptionIProcessStarter.startAsync()Same asIProcessStarter.start()but the method will return immediately without executing the process.
IProcessStartEventBeanRuntime.processStarter()