Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?
This attribute specifies a manual approval step before executing a task1. The other attributes will either delay or abort the execution of a task, but not halt the entire workflow.
Which of the following languages does Mistral Workflow support as Data Flow mechanisms?
According to the Mistral Workflow Language (v2) website1, Mistral Workflow Language supportsYAQLandJinja2expression languages to reference workflow context variables and thereby implements passing data between workflow tasks. It's also referred to as Data Flow mechanism.YAQL is a simple but powerful query language that allows to extract needed information from JSON structured data1.
Which of the following commands allows the action associated with a task to be run multiple times over a list of items?
According to the Mistral Workflow Language (v2) documentation1, which is one of the technologies that can be used in a NSP workflow2,with-itemsis a task property that allows the action associated with a task to be run multiple times over a list of items1. The syntax for using with-items is:
task_name:
action:
input:
<input_name>:<%item()%>
with-items:itemin<list>
You need to replace
What are the two main functionalities of the NSP REST API gateway services?
1. Versioning model
2. Create subscriptions
3. Location services
4. Authentication and termination services
the NSP REST Gateway API provides the entry point for API clients to locate and authenticate REST client requests to gain access to the various NSP modules that have registered API services.
"The automated configuration, coordination, and management of large virtualized systems, middleware, and services" describes which of the following?
orchestrationis the automated configuration, coordination, and management of computer systems and software. Orchestration takes advantage of several tasks that are usually automated to create a more complex workflow.
An orchestrator is a software tool that is used to automate the configuration, coordination, and management of large virtualized systems, middleware, and services. The other three options are not related to the automated configuration, coordination, and management of large virtualized systems, middleware, and services.
Orchestrator is described as 'the automated configuration, coordination, and management of large virtualized systems, middleware, and services.' The orchestrator is a key component of network automation, enabling the automation and management of complex network functions across multiple devices and platforms.