Create Workflow
Create a new workflow dynamically from a PlaidCloud workflow step to build automated workflow generation and management processes.
Create a new workflow dynamically from a PlaidCloud workflow step to build automated workflow generation and management processes.
Run an existing workflow from a PlaidCloud workflow step to chain workflow execution and build multi-workflow processing pipelines.
Stop a running workflow from a PlaidCloud workflow step to halt execution when processing is complete or conditions require it.
Copy an existing workflow in a PlaidCloud workflow step to duplicate workflow configurations for reuse or template purposes.
Rename an existing workflow from a PlaidCloud workflow step to programmatically update workflow names for organization purposes.
Delete an existing workflow from a PlaidCloud workflow step to programmatically remove workflows that are no longer needed.
Set project-level variables from a PlaidCloud workflow step to store values accessible across all workflows within the project.
Set workflow variables during execution in a PlaidCloud workflow step to pass dynamic values between steps in your workflow.
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 a custom error in a PlaidCloud workflow step to trigger error handling and halt execution when conditions are not met.
Clear the workflow log entries in a PlaidCloud workflow step to reset logging history and free up log storage space.