Table of Contents

Start new Workflow iteration

This action starts a new Workflow iteration in InVision. It’s typically used for beginning a new budget or forecast cycle—for example monthly, quarterly, or yearly.

Invision Start Workflow Iteration

Example Example
This flow automatically starts a new workflow iteration on a schedule and then notifies managers about it.

Properties

Name Required Description
Workflow Yes The Id of the Workflow to create a new version for.
Iteration name No The name of the new iteration. If not specified, the name is automatically generated by InVision combining the name of the Workflow and the current date.

Returns

The action returns an object containing the id of the new iteration.

{
    "iterationId": "id"
}