Релизы

Delay Policy 1.0.0

October 25, 2021 · One min read

New simple policy for setting delay in flow execution.

Install

1.Add Delay Policy into channel dependencies


# with npm
npm i -S @platformeco/delay-policy

# or with Yarn
yarn add @platformeco/delay-policy


2.Add "./node_modules/@platformeco/delay-policy/*" into core. policies["Commom Policies"] section in each of your project’s config files.

Usage
1.Add Delay policy in your flow
2.Set Delay field with the value of milliseconds for which flow have to be delayed in this place of logic