Interface WaitTaskOnResumeContext

All Superinterfaces:
DataContext, DataContextReadOnly, ProcessExecutionContext, ProcessExecutionInfoContext

public interface WaitTaskOnResumeContext extends ProcessExecutionContext, DataContext
This interface is used as the context for resuming a wait task.
Since:
5.6.1
  • Method Details

    • getOutputParameters

      Map<String,String> getOutputParameters()
      Returns the output parameters given to resume the wait task.
      Returns:
      a Map of parameters (key: parameter name, value: parameter value).
    • getResumeId

      String getResumeId()
      Returns the resume identifier
    • hasBeenForcedToResume

      boolean hasBeenForcedToResume()
      Returns true if the resumption is done by the administration action 'Force resumption'.