Interface IProcessStartEventResponse

All Superinterfaces:
IResponse

public interface IProcessStartEventResponse extends IResponse
A response for a process start event request
Since:
13.08.2008
API:
This is a public API.
  • Method Details

    • getStartedTask

      ITask getStartedTask()
      Gets the task that was started with the firing of the process start event bean
      Returns:
      started task
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.
    • getStartedCase

      ICase getStartedCase()
      Gets the case that was started with the firing of the process start event bean
      Returns:
      started case
      Throws:
      PersistencyException - if persistency access fails
      API:
      This public API is available in Java.