Overview

Estimated reading: 1 minute 2964 views

Introduction

In Robility, the other activities packages activities have been built by Windows Workflow Foundation and are installed together with Designer. They provide functionality for control flow, conditions, event handling, state management, and communicating with applications and services.

About the package

This package consists of the following feature,

Control Flow: Provides activities like If Else, Switch, While, For Each, and Flow Decision, enabling developers to create flexible control structures, branching, looping, and decision-making within workflows.

Collections: Includes activities for managing collections of data, such as adding, removing, iterating through items, and performing operations on collections.

Dictionary: Offers functionalities for working with key-value pairs, allowing developers to store, retrieve, and manipulate data using keys and values.

Flowchart: Enables the design and implementation of flowchart-based workflows, defining sequential steps, decision points, and branching logic for process automation.

Primitives: Provides basic building blocks and activities for workflow development, including variables, assignments, calculations, and basic operations.

Error Handling: Includes activities like Try Catch, Throw, and Exception Handling for managing errors, exceptions, and implementing robust error handling strategies within workflows.

Please note that in this guide we have only documented the essential Workflow Foundation activities. For more information, please visit Microsoft’s official documentation.

Share this Doc

Overview

Or copy link

CONTENTS