English
Overview
About 290 wordsLess than 1 minute
2026-01-09
Flows support adding functions in workflows, approval flows, business flows, and stage promoters. For example:
- Completion conditions for approval nodes
- Handler resolution for approval nodes
- Functions to execute after approval node completion
Functions
Workflows
- For data creation/editing operations: When configured with corresponding workflow operations, the workflow detects changes upon data operations and executes bound functions in automatic nodes based on condition evaluation.
Approval Flows
- Full-process event configuration: Functions executed asynchronously after each task generation
- Withdrawal conditions: Functions executed before withdrawal to determine if the approval flow can be withdrawn
- Preconditions: Functions executed before each approval node completion to determine if the current task can be completed
- Timeout policy: Functions executed when approval nodes reach timeout without handler response
- Post-approval/rejection actions: Functions executed after node approval/rejection (execution failures may affect subsequent node generation)
- Process completion actions: Functions executed after entire flow approval/rejection/withdrawal
- Handler resolution: Functions to resolve complex organizational structures and business-specific approver assignments
Business Flows
- Post-termination actions: Functions executed after business flow termination
- Completion conditions: Functions executed before task completion to determine if the current task can be completed
- Post-completion actions: Functions executed after task approval/rejection/completion (execution failures may affect subsequent node generation)
- Handler resolution: Functions to resolve complex organizational structures and business-specific approver assignments
- Timeout policy: Functions executed when approval nodes reach timeout without handler response
Stage Promoters
- Rollback configuration: Supports entering rollback reasons or customizing form information based on business logic
- Handler resolution: Functions to resolve complex organizational structures and business-specific approver assignments
- Completion conditions: Functions executed before task completion to determine if the current task can be completed
