From 1b73277c6416f8eb1883485aedbd391122d1e191 Mon Sep 17 00:00:00 2001 From: "Y.Kentaro" Date: Tue, 7 Jul 2020 20:57:23 +0900 Subject: [PATCH] Fix rerun_on description follow-up for https://github.com/treasure-data/digdag/commit/dbc12e40fc86a3a0f0552a921b380c0f9dd55b72#diff-828f306a0ac2fd6cd570c28c4b2f1cd2 --- digdag-docs/src/operators/require.md | 1 + 1 file changed, 1 insertion(+) diff --git a/digdag-docs/src/operators/require.md b/digdag-docs/src/operators/require.md index a78f8b9794..fb9f576108 100644 --- a/digdag-docs/src/operators/require.md +++ b/digdag-docs/src/operators/require.md @@ -73,6 +73,7 @@ * **rerun_on**: none, failed, all (default: none) *rerun_on* control require> really kicks or not if the attempt for the dependent workflow already exists. + If the attempt does not exist, the dependent workflow is always kicked. * *none* ... Not kick the workflow if the attempt already exists. * *failed* ... Kick the workflow if the attempt exists and its result is not success. * *all* ... require> kick the workflow regardless of the result of the attempt.