Workflow Control Steps

Control PlaidCloud workflow execution with steps for creating, running, stopping, looping, and managing workflow variables.

Create Workflow

Create a new workflow dynamically from a PlaidCloud workflow step to build automated workflow generation and management processes.

Run Workflow

Run an existing workflow from a PlaidCloud workflow step to chain workflow execution and build multi-workflow processing pipelines.

Stop Workflow

Stop a running workflow from a PlaidCloud workflow step to halt execution when processing is complete or conditions require it.

Copy Workflow

Copy an existing workflow in a PlaidCloud workflow step to duplicate workflow configurations for reuse or template purposes.

Rename Workflow

Rename an existing workflow from a PlaidCloud workflow step to programmatically update workflow names for organization purposes.

Delete Workflow

Delete an existing workflow from a PlaidCloud workflow step to programmatically remove workflows that are no longer needed.

Set Project Variable

Set project-level variables from a PlaidCloud workflow step to store values accessible across all workflows within the project.

Set Workflow Variable

Set workflow variables during execution in a PlaidCloud workflow step to pass dynamic values between steps in your workflow.

Worklow Loop

Create a loop in a PlaidCloud workflow step to iterate over a set of values and repeat steps for each item in the collection.

Raise Workflow Error

Raise a custom error in a PlaidCloud workflow step to trigger error handling and halt execution when conditions are not met.

Clear Workflow Log

Clear the workflow log entries in a PlaidCloud workflow step to reset logging history and free up log storage space.