Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ForEachActivity

Package version

This activity is used for iterating over a collection and execute given activities.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

activities

activities: ActivityUnion[]

List of activities to execute .

Optional batchCount

batchCount: undefined | number

Batch count to be used for controlling the number of parallel execution (when isSequential is set to false).

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional isSequential

isSequential: undefined | false | true

Should the loop be executed in sequence or in parallel (max 50)

items

items: Expression

Collection to iterate.

name

name: string

Activity name.

type

type: "ForEach"

Polymorphic discriminator, which specifies the different types this object can be

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc