MCPcopy
hub / github.com/kestra-io/kestra / of

Method of

core/src/main/java/io/kestra/core/models/flows/FlowId.java:55–55  ·  view source on GitHub ↗

Static helper method for constructing a new FlowId. @return a new FlowId.

(String tenantId, String namespace, String id, Integer revision)

Source from the content-addressed store, hash-verified

53 * @return a new {@link FlowId}.
54 */
55 static FlowId of(String tenantId, String namespace, String id, Integer revision) {
56 return new Default(tenantId, namespace, id, revision);
57 }
58

Callers 15

ignoreExecutionMethod · 0.95
flowIdFromMethod · 0.95
toFlowIdMethod · 0.95
createScheduleTriggerMethod · 0.65
scheduleMethod · 0.65
retroScheduleMethod · 0.65
recoverALLMissingMethod · 0.65
recoverLASTMissingMethod · 0.65
recoverNONEMissingMethod · 0.65
backfillMethod · 0.65
disabledMethod · 0.65
stopAfterScheduleMethod · 0.65

Implementers 1

Defaultcore/src/main/java/io/kestra/core/mode

Calls

no outgoing calls

Tested by 15

createScheduleTriggerMethod · 0.52
scheduleMethod · 0.52
retroScheduleMethod · 0.52
recoverALLMissingMethod · 0.52
recoverLASTMissingMethod · 0.52
recoverNONEMissingMethod · 0.52
backfillMethod · 0.52
disabledMethod · 0.52
stopAfterScheduleMethod · 0.52