Uses of Enum Class
io.nflow.engine.workflow.instance.WorkflowInstance.WorkflowInstanceStatus
Packages that use WorkflowInstance.WorkflowInstanceStatus
Package
Description
Classes and interfaces for describing and implementing workflow definitions.
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.WorkflowInstanceStatusModifier and TypeMethodDescriptionDb2DatabaseConfiguration.Db2SQLVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) Returns the SQL representation for given workflow instance status.H2DatabaseConfiguration.H2SQLVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) Returns the SQL representation for given workflow instance status.OracleDatabaseConfiguration.OracleSqlVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) Returns the SQL representation for given workflow instance status.PgDatabaseConfiguration.PostgreSQLVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) Returns the SQL representation for given workflow instance status.SqlServerDatabaseConfiguration.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.WorkflowInstanceStatusModifier and TypeMethodDescriptionMySQLVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) Returns the SQL representation for given workflow instance status.SQLVariants.workflowStatus(WorkflowInstance.WorkflowInstanceStatus status) -
Uses of WorkflowInstance.WorkflowInstanceStatus in io.nflow.engine.workflow.definition
Methods in io.nflow.engine.workflow.definition that return WorkflowInstance.WorkflowInstanceStatusModifier and TypeMethodDescriptionWorkflowStateType.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.WorkflowInstanceStatusModifier and TypeFieldDescriptionWorkflowInstance.statusThe current status of the workflow instance.Fields in io.nflow.engine.workflow.instance with type parameters of type WorkflowInstance.WorkflowInstanceStatusMethods in io.nflow.engine.workflow.instance that return WorkflowInstance.WorkflowInstanceStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WorkflowInstance.WorkflowInstanceStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nflow.engine.workflow.instance with parameters of type WorkflowInstance.WorkflowInstanceStatusModifier and TypeMethodDescriptionQueryWorkflowInstances.Builder.addStatuses(WorkflowInstance.WorkflowInstanceStatus... newStatuses) Add workflow statuses to query parameters.WorkflowInstance.Builder.setStatus(WorkflowInstance.WorkflowInstanceStatus status) Set the status.