diff --git a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml index 3d4b0ebb335..d92095a077b 100644 --- a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml +++ b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-FAILURE.xml @@ -8,9 +8,10 @@ : FAILURE FAILURE (handler) + role="bold">) [,LABEL(Text)] FAILURE workflow service - ; + ; @@ -36,6 +37,21 @@ The action to run if the expression fails. + + + LABEL + + Optional. Defines the Text to display + for the workflow item in the Graph for the workunit. If omitted, + the code generator will deduce a label from the identifier being + defined. + + + + Text + + A string constant containing the text to display + diff --git a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml index 81766013906..3dc876d4640 100644 --- a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml +++ b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-INDEPENDENT.xml @@ -6,8 +6,9 @@ attribute := expression : INDEPENDENT - [(cluster)] - + [(cluster)][(LABEL(Text))] INDEPENDENT INDEPENDENT workflow service @@ -40,6 +41,21 @@ attribute is run on the currently executing cluster. + + + LABEL + + Optional. Defines the Text to display + for the workflow item in the Graph for the workunit. If omitted, + the code generator will deduce a label from the identifier being + defined. + + + + Text + + A string constant containing the text to display + @@ -59,7 +75,7 @@ Example: - I := RANDOM() : INDEPENDENT; //calculated once, period + I := RANDOM() : INDEPENDENT(LABEL('CalcRandom')); //calculated once, period G := RANDOM() : GLOBAL; //calculated once in each graph ds := diff --git a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml index cbc1dd33cfc..786883924b4 100644 --- a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml +++ b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-PERSIST.xml @@ -23,9 +23,10 @@ | MULTIPLE MULTIPLE [(count)]] ) + role="bold">)]] [,LABEL (Text)]); PERSIST workflow service - ; + @@ -155,6 +156,21 @@ omitted, the system default is used. If set to -1, then an unlimited number are kept. + + + LABEL + + Optional. Defines the Text to display + for the workflow item in the Graph for the workunit. If omitted, + the code generator will deduce a label from the identifier being + defined. + + + + Text + + A string constant containing the text to display + diff --git a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml index 2114bf74bb5..0ef373162e6 100644 --- a/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml +++ b/docs/EN_US/ECLLanguageReference/ECLR_mods/WkFlo-SUCCESS.xml @@ -8,9 +8,10 @@ : SUCCESS SUCCESS (handler) + role="bold">) [,LABEL(Text)]; + SUCCESS workflow service - ; + @@ -36,6 +37,21 @@ The action to run if the expression succeeds. + + + LABEL + + Optional. Defines the Text to display + for the workflow item in the Graph for the workunit. If omitted, + the code generator will deduce a label from the identifier being + defined. + + + + Text + + A string constant containing the text to display +