An app builder wants to deploy a new version of an auto-launched flow to production in an active state so that the new functionality is immediately available to users. What should the app builder take into consideration when planning the deployment?
A.
User access needs to be granted to the flow.
B.
Verify there is an Apps test that provides test coverage for the flow.
The correct answer is B. Verify there is an Apex test that provides test coverage for the flow.
For deploying an active autolaunched flow to production, Salesforce requires flow test coverage. Salesforce documentation states that before deploying a process or autolaunched flow as active, the org must meet flow test coverage requirements, and Apex tests must cover active processes and active autolaunched flows.
A is not the main deployment consideration for making the flow active in production.
C is incorrect because Salesforce does not require 100% flow test coverage.
D is incorrect for this scenario because the requirement is to deploy it already active, not manually activate it after deployment.
===========
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