You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Usages

  • To provide the ability to recalculate deadline limit and SLA limit based on programming logic.
  • Deadline plugin can be configure at Plugin Default Properties.
  • A useable Deadline plugin must extends Deadline Plugin abstract class.

Abstract Class

org.joget.workflow.model.DefaultDeadlinePlugin

Method Detail

Abstract Methods
evaluateDeadline
public org.joget.workflow.model.WorkflowDeadline evaluateDeadline(java.util.Map props)

Re-calculate the deadline limit and SLA limit.
Following are passed as properties by system:
- processId : java.lang.String
- activityId : java.lang.String
- workflowDeadline : org.joget.workflow.model.WorkflowDeadline
- processStartedTime : java.util.Date
- activityAcceptedTime : java.util.Date
- activityActivatedTime : java.util.Date
- pluginManager : org.joget.plugin.base.PluginManager

Plugin Properties Options

Tutorials

Related Community Plugins

  • Not available

 

  • No labels