operationKey property

String get operationKey

The operation key used to filter which tasks or jobs to execute.

Supports the following formats:

  • Empty string - Runs all tasks
  • "TaskKey" - Runs all jobs in the specified task
  • "TaskKey.JobKey" - Runs only the specific job within the task

Implementation

String get operationKey => argResults!['operation'] as String;