Interface WorkflowStrategy

    • Method Detail

      • getThreadCount

        int getThreadCount()
        Returns:
        appropriate threadcount for step execution, anything 0 or less indicates as many threads as needed
      • validate

        Validator.Report validate​(IWorkflow workflow)
        Validate configuration values in the context of the workflow
        Parameters:
        workflow - workflow input
        Returns:
        report of any input property validation errors