A Fusion scenario updates project conditions each night, and should set the project condition to At Risk if there are any high priority open issues on the project. The scenario retrieves all open projects and cycles through the projects. For each project with issues, it retrieves all associated open issues, iterates through them and sets the project condition to At Risk if the issue is high priority or On Target if it is not.
A user notices that Fusion is updating the progress condition multiple times, once for each issue in the project.
How can the developer ensure the project is updated only once?
A Fusion scenario is making too many requests to a third-party API, which returns a 429 "Too Many Requests" error Which technique reduces the number of API requests?
What two module outputs does a user receive from this expression? (Choose two.)
A Fusion scenario uses an HTTP module to create a new record.
Which response code indicates that the connection was successful?
A Fusion designer discovers that an iteration is processing thousands of bundles, though it should not need to.
What should the designer do to reduce the number of bundles?
To meet compliance standards, a user must include a process that tracks every Workfront project update created by Fusion.
What can they do to address this business requirement?
A solution requested for a use case requires that the scenario is initiated with project updates.
Which Workfront app module will start the scenario immediately?
A Fusion user notices that a third-party web service is sometimes returning a connection error -"
"service is not reachable". However, the module executes successfully a few minutes later in a new execution.
Which action increases the success rate of the executions?
A Fusion designer is unhappy with the high number of bundles passing through an instant Watch Events module that monitors Workfront project updates.
Which action reduces the number of bundles passing through the module?
Which two features or modules can be used to create conditional or nested error handling when using Error Handling Directives? (Choose two.)
Which module must a user select to upload a document into Workfront and attach it to a task?
A web service provides the following array named "Colors":
Which expression returns the first ID in the array?
A query returns a partial list of possible values.
Which flow control module should be used to ensure all the possible results are queried?
Which action makes it possible to see the exact API request and the response a module executes?
A user needs to find a fields options within a custom form field. The details for the request are shown in the image below:
Which option is applicable for the URL text box?