Interface WorkflowService

  • All Superinterfaces:
    RestService
    All Known Implementing Classes:
    WorkflowServiceImpl

    public interface WorkflowService
    extends RestService
    Workflow Service (Mistral) API

    TODO: add 'services' and 'resources'.

    Author:
    Renat Akhmerov
    • Method Detail

      • workflowDefinitions

        WorkflowDefinitionService workflowDefinitions()
        Workflow definition Service API.
        Returns:
        The workflow definition service.
      • actionDefinitions

        ActionDefinitionService actionDefinitions()
        Action definition Service API.
        Returns:
        The action definition service.
      • workbookDefinitions

        WorkbookDefinitionService workbookDefinitions()
        Workbook definition Service API
        Returns:
        The workbook definition service.
      • workflowExecutions

        WorkflowExecutionService workflowExecutions()
        Workflow execution Service API
        Returns:
        The workflow execution service.
      • taskExecutions

        TaskExecutionService taskExecutions()
        Task execution Service API
        Returns:
        The task execution service.
      • actionExecutions

        ActionExecutionService actionExecutions()
        Action execution Service API
        Returns:
        The workflow execution service.
      • validation

        ValidationService validation()
        Validation Service API
        Returns:
        The validation service.
      • environments

        WorkflowEnvironmentService environments()
        Workflow environment Service API
        Returns:
        The workflow environment service.
      • cronTriggers

        CronTriggerService cronTriggers()
        Cron trigger Service API
        Returns:
        The cron trigger service.
      • eventTriggers

        EventTriggerService eventTriggers()
        Event trigger Service API
        Returns:
        The event trigger service.