Skip to main content

8 docs tagged with "Flows"

Flow design, chaining, triggers and orchestration

View all tags

Collective Trigger

Collect messages from multiple flows and trigger a new flow when specified conditions are met using correlation IDs and configurable timeouts.

Decision Trees

Implement conditional flow branching logic that dynamically determines which flow to chain based on current flow properties.

Flow Design

Design configurable message processing pipelines using flow sequences and rules to filter, validate, and transform ingested data.

Labelled Message Routing

Isolate and independently scale different data processing flows by assigning labels to ensure resource guarantees and prevent interference.

Process Monitoring

Monitor and track business process execution with real-time metrics, alerts, and insights into process performance and failures.

Task creation

Create tasks from rules and assign them to taskboards with custom types, priorities, tags, and aggregation options.

Trigger Schedule

Schedule automated processes using cron expressions to run recurring flows, aggregations, and BigQuery ingestion jobs.

User Flow Exceptions

Control flow termination behavior using FlowCancelException to abort with rollback or FlowStopException to preserve results.