Class WorkflowIndicator

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    DefaultWorkflowIndicator

    public abstract class WorkflowIndicator
    extends Indicator
    This abstract class must be extended to define the behavior of an indicator run on a workflow.

    Note that workflow indicators are executed based on the permissions of the user executing them. This means that if a user with no access permissions executes an indicator on a workflow publication, the indicator will provide no result.

    The creator of the workflow model must specify a user or role in the workflow model permissions, under Workflow model configuration > Permission > Administration of workflows and re-publish the model.