Uses of Interface
de.xima.fc.interfaces.workflow.execution.IWorkflowExecutor
Packages that use IWorkflowExecutor
Package
Description
-
Uses of IWorkflowExecutor in de.xima.fc.interfaces.workflow.execution
Methods in de.xima.fc.interfaces.workflow.execution that return IWorkflowExecutorModifier and TypeMethodDescriptionIWorkflowExecutionContext.executor()Grants access to the executor that can be used to execute children, or to trigger events. -
Uses of IWorkflowExecutor in de.xima.fc.logic.form_record.message
Methods in de.xima.fc.logic.form_record.message with parameters of type IWorkflowExecutorModifier and TypeMethodDescriptionstatic SendMessageExecutorSendMessageExecutor.workflow(ISendMessageRequest request, IWorkflowExecutor workflowExecutor) Creates a new instance of the executor with the given request. -
Uses of IWorkflowExecutor in de.xima.fc.workflow.processor.logic.execution
Methods in de.xima.fc.workflow.processor.logic.execution that return IWorkflowExecutor