Usages

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

Please refer to Plugin Properties Options for more information.

Tutorials

Guideline for Developing a Plugin

Related Documentation

Deadlines and Escalations

Office Working Hour Deadline


  • No labels