Which Workflow model property should a Business Practitioner select for a workflow that will be ran often and does not require saving workflow runtime history?
Transient workflows are designed for scenarios where workflow history and audit trails are not needed. They offer performance benefits by reducing the overhead associated with saving workflow history.
Step by Step Detailed Explanation:
Create or Modify Workflow Model:
Access the Workflow Models console and create a new workflow model or modify an existing one.
Set Workflow to Transient:
In the workflow model properties, set the workflow to be transient. This configuration ensures that runtime history is not saved, improving performance.
Deploy Workflow:
Save and deploy the workflow model. It will now run as a transient workflow, without saving runtime history.
References:
AEM Documentation on Transient Workflows
Transient workflows are suitable for high-frequency, low-overhead operations where history tracking is unnecessary.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit