Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstanceAction.Builder
Packages that use WorkflowInstanceAction.Builder
Package
Description
Classes for describing and constructing workflow instances.
-
Uses of WorkflowInstanceAction.Builder in io.nflow.engine.workflow.instance
Methods in io.nflow.engine.workflow.instance that return WorkflowInstanceAction.BuilderModifier and TypeMethodDescriptionWorkflowInstanceAction.Builder.setExecutionEnd(org.joda.time.DateTime executionEnd) Set the execution end time.WorkflowInstanceAction.Builder.setExecutionStart(org.joda.time.DateTime executionStart) Set the execution start time.WorkflowInstanceAction.Builder.setExecutorId(Integer executorId) Set the executor id.WorkflowInstanceAction.Builder.setId(long id) Set the action id (generated by database)WorkflowInstanceAction.Builder.setRetryNo(int retryNo) Set the retry number.Set the state.WorkflowInstanceAction.Builder.setStateText(String stateText) Set the state text.WorkflowInstanceAction.Builder.setType(WorkflowInstanceAction.WorkflowActionType actionType) Set the trigger type of the action.WorkflowInstanceAction.Builder.setUpdatedStateVariables(Map<String, String> updatedStateVariables) Set the updated state variables.WorkflowInstanceAction.Builder.setWorkflowInstanceId(long workflowInstanceId) Set the workflow instance identifier.