In a single workflow within an enterprise's environment, the execute script component is being over-used.
There are six instances of the execute script. All instances contain the same code. On average, this workflow is executed 400 times a business week. The workflow does not include any custom components. It reads from the file system and then runs execute script components along the lifetime of the workflow.
Which two approaches will improve code maintainability within the workflow? (Choose two.)
Select all that apply, then click Submit answer.
-
○
Create a sub-process using foundation components.
-
○
Create a sub-process with the execute script.
-
○
Create an SCV project.
-
○
Create a custom component.