English
Configuration Steps
About 458 wordsAbout 2 min
2026-01-09
Workflow
Functions bound to workflow automation nodes


Approval Flow
Full-process event configuration for approval flows: Functions executed asynchronously after each approval task is generated

Withdrawal condition: Before executing withdrawal operation in approval flow, this function is prioritized. The return value determines whether the current approval process can be withdrawn

Precondition: Before completing each approval node, the precondition function is executed first. The return value determines whether the current approval task can be completed

Timeout policy: If an approval node reaches its timeout limit without being processed, this function will execute

Post-approval/rejection actions: Functions executed after an approval node is approved or rejected. Function execution errors may affect subsequent node generation

Process approval/rejection/withdrawal operations: Functions executed after the entire process is approved/rejected/withdrawn



Approver resolution: For complex organizational structures requiring business logic-based approver assignment, use functions to resolve approvers for approval nodes

Business Flow
Post-termination action function: Business actions executed after terminating a business flow

Completion condition: Before completing each task, the completion condition function is executed first. The return value determines whether the current task can be completed


Post-completion actions: Functions executed after a task is approved/rejected/completed. Function execution errors may affect subsequent node generation


Approver resolution: For complex organizational structures requiring business logic-based approver assignment, use functions to resolve approvers for approval nodes

Timeout policy: If an approval node reaches its timeout limit without being processed, this function will execute

Stage Advancer
Stage rollback content configuration: Stage rollback supports entering reasons or configuring form information based on business logic

Approver resolution: For complex organizational structures requiring business logic-based approver assignment, use functions to resolve approvers for approval nodes

Completion condition: Before completing each task, the completion condition function is executed first. The return value determines whether the current task can be completed


