Package io.kestra.core.models.flows
Class FlowWithException
java.lang.Object
io.kestra.core.models.flows.Flow
io.kestra.core.models.flows.FlowWithSource
io.kestra.core.models.flows.FlowWithException
- All Implemented Interfaces:
DeletedInterface,TenantInterface
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.kestra.core.models.flows.FlowWithSource
getSource, isUpdatable, of, toFlowMethods inherited from class io.kestra.core.models.flows.Flow
allErrorsWithChilds, allTasks, allTasksWithChilds, allTasksWithChildsAndTriggerIds, allTriggerIds, allTypes, equalsWithoutRevision, findTaskByTaskId, generateSource, logger, toDeleted, uid, uid, uid, uidWithoutRevision, uidWithoutRevision, uidWithoutRevision, updateTask, validateUpdateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.DeletedInterface
isDeletedMethods inherited from interface io.kestra.core.models.TenantInterface
getTenantId
-
Constructor Details
-
FlowWithException
public FlowWithException()
-