By supporting sequential execution and configurable ordering, these functions allow for precise and efficient workflows.
Key Features
Sequential Execution:
Post functions execute one after another in the order configured by the user.
Ensures a logical sequence of operations for each action.
Configurable Order:
Users can specify the execution order of post functions within the action settings.
Facilitates tailored workflows to meet specific organizational requirements.
Execution Workflow
When an action is executed:
The system retrieves all configured post functions for that action.
Post functions execute sequentially based on the specified order.
Each post function completes its task before the next one begins.
Common Use Cases
Example 1: Assigning an Applicant and Sending a Notification
Post Functions:
Assign the applicant to the user executing the action.
Trigger a webhook to notify the supervisor.
Example 2: Updating Underwriting Results
Post Functions:
Reset automated underwriting results.
Submit the updated results to a partner system via webhook.
Tips for Effective Use
Plan the Sequence: Analyze the desired workflow to determine the optimal order of post functions.
Test Configurations: Execute test actions to verify the sequence and behavior of post functions.
Review Regularly: Update the configuration as business processes evolve.

