Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents

 

 



Anchor
_Toc410658603
_Toc410658603
Tutorials

 


Anchor
_Toc410658604
_Toc410658604
CustomIf_Tutorial

...

Anchor
_Toc410658605
_Toc410658605
StateMachine_Tutorial

...


Anchor
_Toc396477965
_Toc396477965
Anchor
_Toc399323862
_Toc399323862
Anchor
_Toc410658606
_Toc410658606
Common Implementation Details

...


In this state, the business logic of the process is implemented. In case of an successful execution, the Task workflow advances to the Final state.

...


Based on the execution of the Taskworkflow, the Output Out Arguments are assigned and a Task workflow Status Email can be sent.

...


In this state the values provided for Value1 input argument is evaluated depending on the results, the task workflow will continue to the next state or it will exit.



If the value provided is negative, the Validation flag will be False:
local_ExitFlag_InputDataValidation = False
Another If activity will evaluate the flag value and if the conditions for the exit triggers will be met, the task workflow will proceed to the Final state:



Exit criteria:
local_State_Execution = True - will activate the Execution STATE trigger, that will move to the Execution state.
local_State_Finalize = True – will activate the Final STATE trigger and the task workflow will go to the Final state.

Anchor
_Toc399323875
_Toc399323875
Anchor
_Toc410658609
_Toc410658609
Execution STATE


At this state the task workflow will increment the value of Value1 argument and compare the incremented value with the value 1. If the condition is met, the workflow will exit Execution STATE and transit to Final STATE.




Exit criteria:
local_State_Finalize = True – will activate the Final STATE trigger and the task workflow will go to the Final state.

...

Anchor
_Toc410658611
_Toc410658611
Flowchart_Tutorial

 


Anchor
_Toc410658612
_Toc410658612
Common Implementation Details

...


This workflow triggers WorkflowDemo as a webservice. Fur further more information on how to publish a webservice, check Flowster User Guide - Publish tasks workflows as web service .


WorkflowDemo will be published as a webservice prior to the execution of TriggerWebService_Tutorial.

...