Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstance.WorkflowInstanceStatus
-
Packages that use WorkflowInstance.WorkflowInstanceStatus Package Description io.nflow.engine.config.db io.nflow.engine.internal.storage.db io.nflow.engine.workflow.definition Classes and interfaces for describing and implementing workflow definitions.io.nflow.engine.workflow.instance Classes for describing and constructing workflow instances. -
-
Uses of WorkflowInstance.WorkflowInstanceStatus in io.nflow.engine.config.db
Methods in io.nflow.engine.config.db with parameters of type WorkflowInstance.WorkflowInstanceStatus Modifier and Type Method Description StringDb2DatabaseConfiguration.Db2SQLVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status.StringH2DatabaseConfiguration.H2SQLVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status.StringOracleDatabaseConfiguration.OracleSqlVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status.StringPgDatabaseConfiguration.PostgreSQLVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status.StringSqlServerDatabaseConfiguration.SQLServerVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status. -
Uses of WorkflowInstance.WorkflowInstanceStatus in io.nflow.engine.internal.storage.db
Methods in io.nflow.engine.internal.storage.db with parameters of type WorkflowInstance.WorkflowInstanceStatus Modifier and Type Method Description StringMySQLVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status)Returns the SQL representation for given workflow instance status.StringSQLVariants. workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) -
Uses of WorkflowInstance.WorkflowInstanceStatus in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowInstance.WorkflowInstanceStatus Modifier and Type Method Description WorkflowInstance.WorkflowInstanceStatusWorkflowStateType. getStatus(org.joda.time.DateTime nextActivation)Returns the status for this type. -
Uses of WorkflowInstance.WorkflowInstanceStatus in io.nflow.engine.workflow.instance
Fields in io.nflow.engine.workflow.instance declared as WorkflowInstance.WorkflowInstanceStatus Modifier and Type Field Description WorkflowInstance.WorkflowInstanceStatusWorkflowInstance. statusThe current status of the workflow instance.Fields in io.nflow.engine.workflow.instance with type parameters of type WorkflowInstance.WorkflowInstanceStatus Modifier and Type Field Description List<WorkflowInstance.WorkflowInstanceStatus>QueryWorkflowInstances. statusesWorkflow instance statuses.Methods in io.nflow.engine.workflow.instance that return WorkflowInstance.WorkflowInstanceStatus Modifier and Type Method Description static WorkflowInstance.WorkflowInstanceStatusWorkflowInstance.WorkflowInstanceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowInstance.WorkflowInstanceStatus[]WorkflowInstance.WorkflowInstanceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nflow.engine.workflow.instance with parameters of type WorkflowInstance.WorkflowInstanceStatus Modifier and Type Method Description QueryWorkflowInstances.BuilderQueryWorkflowInstances.Builder. addStatuses(WorkflowInstance.WorkflowInstanceStatus... newStatuses)Add workflow statuses to query parameters.WorkflowInstance.BuilderWorkflowInstance.Builder. setStatus(WorkflowInstance.WorkflowInstanceStatus status)Set the status.
-