Class WorkflowTask

  • Direct Known Subclasses:
    LazyActivitiWorkflowTask

    @AlfrescoPublicApi
    public class WorkflowTask
    extends java.lang.Object
    Workflow Task Data Object Represents a human-oriented task within an "in-flight" workflow instance
    Author:
    davidc
    • Field Detail

      • id

        @Deprecated
        public java.lang.String id
        Deprecated.
        Unique id of Task
      • name

        @Deprecated
        public java.lang.String name
        Deprecated.
        Task Name
      • title

        @Deprecated
        public java.lang.String title
        Deprecated.
        Task Title (Localised)
      • description

        @Deprecated
        public java.lang.String description
        Deprecated.
        Task Description (Localised)
      • path

        @Deprecated
        public WorkflowPath path
        Deprecated.
        Workflow path this Task is associated with
      • properties

        @Deprecated
        public java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> properties
        Deprecated.
        Task Properties as described by Task Definition
    • Constructor Detail

      • WorkflowTask

        public WorkflowTask​(java.lang.String id,
                            WorkflowTaskDefinition definition,
                            java.lang.String name,
                            java.lang.String title,
                            java.lang.String description,
                            WorkflowTaskState state,
                            WorkflowPath path,
                            java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> properties)
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        the id
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getTitle

        public java.lang.String getTitle()
        Returns:
        the title
      • getDescription

        public java.lang.String getDescription()
        Returns:
        the description
      • getProperties

        public java.util.Map<org.alfresco.service.namespace.QName,​java.io.Serializable> getProperties()
        Returns:
        the properties
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object