Activities
A workflow activity contains instructions for the workflow to process.
Activities can involve manipulating records, waiting for a specific time, or logging events. Workflow conditions determine if an activity will be performed. You can add, remove, or rearrange activities, and transitions can be created between them.
Sample activity: This activity sends an email to designated recipients.
Workflows execute activities under the context of the currently logged-in user or the system user, depending on the trigger type. There are two trigger types available:
- Record Trigger: If a workflow is started from a record operation, activities run under the user session that performed the operation.
- Schedule Trigger: For workflows initiated by schedules or timers, activities run under the system user.
Refer to the subtopics for core activities available in the system.
Activity Execution Limits and Loop Detection
The system controls how many times an activity can run and ensure workflows do not get stuck in endless loops. Enhanced loop detection automatically applies to activities that are configured to run in a loop, ensuring they do not continue indefinitely.
- The legacy loop detection mechanism, which allows up to two thousand executions, applies to Loop, Fork, and Decision activities.
- To customize the default execution limit or to enable or disable the legacy mechanism, contact your Conga Support representative.
