Resume a paused execution. By default, the task assumes that you want to resume the current executionId. If you want to programmatically resume an execution of another flow, make sure to define the executionId, flowId, and namespace properties explicitly. Using the inputs property, you can additionally pass custom onResume input values to the execution.

yaml
type: "io.kestra.plugin.core.execution.Resume"