From a6369c97ae6712d7c96feec2e53427016337c409 Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Wed, 4 Jan 2017 08:51:06 +0100 Subject: [PATCH 1/3] Add tip for workflow configuration default values --- workflow/usage.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/workflow/usage.rst b/workflow/usage.rst index 2a2c2551185..50ee96b9bbf 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -148,6 +148,12 @@ like this: The marking store type could be "multiple_state" or "single_state". A single state marking store does not support a model being on multiple places at the same time. + +.. tip:: + + You can skip ``arguments`` in configuration if your properties, used + by the marking store, have argument "marking". As this is default value. + For ``type`` default one is "single_state". With this workflow named ``blog_publishing``, you can get help to decide what actions that are allowed on a blog post. :: From c25cb431d922576ebce94a9c0340cccaba5f7d96 Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Sun, 8 Jan 2017 17:33:12 +0100 Subject: [PATCH 2/3] Add tip for workflow configuration default values --- workflow/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index 50ee96b9bbf..6b76196835d 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -151,9 +151,9 @@ like this: .. tip:: - You can skip ``arguments`` in configuration if your properties, used - by the marking store, have argument "marking". As this is default value. - For ``type`` default one is "single_state". + Workflow configuration ``type`` and ``arguments`` in ``marking_store`` section + are optional. You can skip one or both when you use default values. Default value + for ``type`` is "single_state". Default value for ``arguments`` is "marking". With this workflow named ``blog_publishing``, you can get help to decide what actions that are allowed on a blog post. :: From 7087f9e70ac732f853621081f510156fc702a752 Mon Sep 17 00:00:00 2001 From: Dominik Hajduk Date: Tue, 10 Jan 2017 21:09:12 +0100 Subject: [PATCH 3/3] Add tip for workflow configuration default values --- workflow/usage.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index 6b76196835d..76af75c1c21 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -151,9 +151,9 @@ like this: .. tip:: - Workflow configuration ``type`` and ``arguments`` in ``marking_store`` section - are optional. You can skip one or both when you use default values. Default value - for ``type`` is "single_state". Default value for ``arguments`` is "marking". + The ``type`` (default value ``single_state``) and ``arguments`` (default value ``marking``) + attributes of the ``marking_store`` option are optional. If omitted, their default values + will be used. With this workflow named ``blog_publishing``, you can get help to decide what actions that are allowed on a blog post. ::