Versions Compared

Key

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


Table of Contents

 

 

Anchor
_Toc410658603
_Toc410658603
Tutorials

...


The CustomIf activity is used to evaluate the result of the expression „Value1<Value2". Value1 and Value2 are input variables of type <Int32>.

  • Custom If – True Sequence

...


If the condition is false, the workflow will continue executing Condition False branch.


Write activity is used to display the condition result.

  • Execution result:

Anchor
_Toc410658605
_Toc410658605
StateMachine_Tutorial

...


The final state of the workflow displays the status message on the Tracking Data panel. The message status is stored in variable local_FinalStatusText.



In StateMachine sequences, a state of type final does not have an Exit criteria because it does not transition to any other state.

  • Execution result:

Anchor
_Toc410658611
_Toc410658611
Flowchart_Tutorial

...

  • FlowDecision is used next to evaluate the length of InputString.

Anchor
_Toc410658614
_Toc410658614
ForEach_Tutorial

...



Input Parameters:
InputString<String>


Output Parameters:
Define variable Collection. By default, the variable Type is <String>.


Change Type of variable Collection to Collection<Object> . Select Browse for Types…option to open Browse for Types… window.

Search the type of the variable in Type Name field. When finished, click OK.

  • WriteLine – This activity writes the result at the end of Tracking Data. The results are displayed on separate rows.The first element of the collection is displayed with WriteLine activity. The element is converted to String before it is displayed.

...

  • Write activity is used to display the members of the collection Collection. The results are displayed at the end of the execution on the same row.

  • Message Box activity opens a message box during the execution of the workflow. In order to proceed forward with the execution of the workflow, click OK.


  • Execution result:

Anchor
_Toc410658615
_Toc410658615
TriggerWebservice_Tutorial


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


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

  • TriggerWebservice activity

...