Which method matches the use case 'Changing to a User Input Task and using the Results of the subprocess in the calling process'?

Prepare for the Appian Associate Developer Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Boost your exam readiness!

Multiple Choice

Which method matches the use case 'Changing to a User Input Task and using the Results of the subprocess in the calling process'?

Explanation:
Starting a new, separate process instance is the pattern you use when you want a user to interact with a task in the subprocess and then bring its results back into the calling process. The Start Process smart service launches that new process model instance, allowing a User Input Task to occur in the subprocess and, once it completes, its data can be mapped back to variables in the calling process so you can continue with those results. Subprocess options typically invoke a child process within the same overall flow (and may not give you a clean, distinct user task experience or return flow for the parent), whereas Start Process explicitly creates a separate process and enables returning the subprocess results to the caller.

Starting a new, separate process instance is the pattern you use when you want a user to interact with a task in the subprocess and then bring its results back into the calling process. The Start Process smart service launches that new process model instance, allowing a User Input Task to occur in the subprocess and, once it completes, its data can be mapped back to variables in the calling process so you can continue with those results. Subprocess options typically invoke a child process within the same overall flow (and may not give you a clean, distinct user task experience or return flow for the parent), whereas Start Process explicitly creates a separate process and enables returning the subprocess results to the caller.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy