Uses of Interface
io.serverlessworkflow.impl.persistence.PersistenceTaskInfo
-
Uses of PersistenceTaskInfo in io.serverlessworkflow.impl.persistence
Classes in io.serverlessworkflow.impl.persistence that implement PersistenceTaskInfoMethods in io.serverlessworkflow.impl.persistence that return types with arguments of type PersistenceTaskInfoModifier and TypeMethodDescriptionPersistenceWorkflowInfo.tasks()Returns the value of thetasksrecord component.Constructor parameters in io.serverlessworkflow.impl.persistence with type arguments of type PersistenceTaskInfoModifierConstructorDescriptionPersistenceWorkflowInfo(String id, Instant startedAt, io.serverlessworkflow.impl.WorkflowModel input, io.serverlessworkflow.impl.WorkflowStatus status, Map<String, PersistenceTaskInfo> tasks) Creates an instance of aPersistenceWorkflowInforecord class.