Package com.onenetwork.platform.workflow

Services to facilitate the implementation of model workflows.

Workflows fall into two major categories: Action-based and Time-based.

Action-based Workflows are associated with actions in the MPT or SPT. Activities in these workflows are given an ActionBasedWorkflowContext which provides the Models which were given as input to the action.

Time-based Workflows are run on a scheduled basis. They have no input per se, but can execute arbitrary actions as desired. These workflwos are given a TimeBasedWorkflowContext