QuestionQ1

Playbook Development

A playbook task is configured to run an integration command that accepts no input and outputs information to the context. The integration has multiple instances configured.

Which action ensures that the integration command runs only once?

  • A Specify the using- parameter to target a specific integration instance to run.
  • B Click on Advanced Options  Limits to specify the minimum / maximum run limits for a command.
  • C Click on Performance  Run Limits to specify the maximum run count before the task exits.
  • D Specify the runlimit= parameter to limit the number of times a specific command will run.
Explanation

Specifying the using- parameter targets a particular integration instance. This prevents the command from being executed across the several configured instances, resulting in a single command execution.

Community Discussion

No comments yet. Be the first to start the discussion!