Class CreationTaskImpl

  • All Implemented Interfaces:
    Task

    public class CreationTaskImpl
    extends AbstractTaskImpl
    A creation task is the first task of a creation instance.
    • Method Detail

      • getProcessInstance

        public ProcessInstance getProcessInstance()
        Description copied from interface: Task
        Returns the process instance. The id of this workflow internal information must be stored by the external system to be sent to the workflow engine when the activity is done.
      • setProcessInstance

        public void setProcessInstance​(ProcessInstance processInstance)
        Description copied from interface: Task
        Set process instance associated with task
      • getState

        public State getState()
        Returns the state to be resolved by the user.
      • getActionNames

        public String[] getActionNames()
        Returns the action names list from which the user must choose to resolve the activity.
      • getBackSteps

        public HistoryStep[] getBackSteps()
        no back action possible, return null.
      • getPendingQuestions

        public Question[] getPendingQuestions()
        no question possible, return null.
      • getSentQuestions

        public Question[] getSentQuestions()
        no question possible, return null.
      • getRelevantQuestions

        public Question[] getRelevantQuestions()
        no question possible, return null.