From 41e6965cd51a79a4c82ebc17eab36c8c795239e9 Mon Sep 17 00:00:00 2001 From: stoccc Date: Wed, 16 May 2018 15:59:58 +0200 Subject: [PATCH] added initial_place entry I added the value for the config entry initial_place. This clarifies the config of the workflow and eliminates ambiguities about which is the initial place of the workflow - doing some tests, it seems that the first place defined in the list will be the initial place when the marking is null. --- workflow/state-machines.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/workflow/state-machines.rst b/workflow/state-machines.rst index 0c383184922..0cbcba302c3 100644 --- a/workflow/state-machines.rst +++ b/workflow/state-machines.rst @@ -35,6 +35,7 @@ Below is the configuration for the pull request state machine. type: 'state_machine' supports: - AppBundle\Entity\PullRequest + initial_place: start places: - start - coding