Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Support a dictionary to be applied to the task's "command" in a "custom" TaskFactory #374

Open
mohammadhassanzahraee-tomtom opened this issue May 17, 2022 · 0 comments

Comments

@mohammadhassanzahraee-tomtom

Improvement Request Description

  • When the generate yields a tuple with more than a handful of elements to be applied to the task's command it is hard to read/understand the command
    Example: command: /bin/bash -c "echo {0}; sleep {1}; echo {2}; executable {3} ..."
  • It would be easier to understand if the above command could be written like
    Desired Example: command: /bin/bash -c "echo {calculation_result}; sleep {sleep_time}; echo {message}; executable {program_args} ..."
@mohammadhassanzahraee-tomtom mohammadhassanzahraee-tomtom changed the title Allow a dictionary to be applied to the task's "command" in a "custom" TaskFactory Support a dictionary to be applied to the task's "command" in a "custom" TaskFactory May 17, 2022
mohzah pushed a commit to mohzah/batch-shipyard that referenced this issue May 19, 2022
'custom' tasks can have named placeholders to be applied to the
'command'
Azure#374
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant