ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 3 - Certified Hyperautomation Specialist discussion

Report
Export

An RPA process is invoked by a MuleSoft Composer flow. The RPA process has a User Task that can take up to 24 hours to complete.

A.
Using best practices, how should the results be consumed by MuleSoft Composer?
Answers
A.
Using best practices, how should the results be consumed by MuleSoft Composer?
B.
Wait for the RPA process to complete and invoke a second MuleSoft Composer flow via REST API.
Answers
B.
Wait for the RPA process to complete and invoke a second MuleSoft Composer flow via REST API.
C.
Create a second MuleSoft Composer flow that starts when the RPA process is complete.
Answers
C.
Create a second MuleSoft Composer flow that starts when the RPA process is complete.
D.
Wait for the RPA process to complete and use the results in the same MuleSoft Composer flow.
Answers
D.
Wait for the RPA process to complete and use the results in the same MuleSoft Composer flow.
E.
Create a second MuleSoft Composer flow that runs on a schedule and checks if the RPA process is complete.
Answers
E.
Create a second MuleSoft Composer flow that runs on a schedule and checks if the RPA process is complete.
Suggested answer: C

Explanation:

When an RPA process involves a User Task that can take a significant amount of time (up to 24 hours) to complete, it is best to use a follow-up mechanism to handle the results once the process is finished:

Second MuleSoft Composer Flow:

Create a second MuleSoft Composer flow that is triggered when the RPA process completes. This ensures that the first flow is not held up while waiting for the long-running RPA process to finish.

The second flow can start based on an event, such as the completion status of the RPA process, ensuring timely and efficient processing of the results.

Trigger Mechanism:

Configure the RPA process to notify MuleSoft Composer when it is complete, possibly using a REST API or another integration method.

Best Practices:

This approach adheres to best practices by keeping flows modular and focused on specific tasks, making them easier to manage and troubleshoot.

MuleSoft Composer Documentation

MuleSoft RPA Documentation

asked 23/09/2024
Nora Daniels
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first