Class InvokableTaskModel

  • All Implemented Interfaces:
    Serializable

    public final class InvokableTaskModel
    extends Object
    implements Serializable
    POJO Model for a workflow task / trigger that can be initiated by a user in the inbox.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getName

        public String getName()
        Returns:
        The human-readable display name for this task, shown in the inbox.
      • getTask

        public WorkflowTask getTask()
        Returns:
        The workflow task that is run when initiated by the user.
      • getTrigger

        public WorkflowTrigger getTrigger()
        Returns:
        The trigger which belongs to the task that is run when initiated by the user.