SFDO-Tooling / CumulusCI

Python framework for building portable automation for Salesforce projects

Home Page:http://cumulusci.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When clause | Ability to pass in prior task response values

bobbysfdev opened this issue · comments

Feature Type

I'm interested in functionality that solves a current problem or limitation in how CumulusCI works.

Does your feature request solve a current problem?

Yes, when clauses are valuable for dynamically skipping tasks and flows. But we cannot reference the output of a prior task response such as: when: "^^my_custom_task.response == 'Good to Go!'"

Describe the solution you'd like

I would be happy if the solution matches the same formatting as passing in a prior task response to an option parameter in another task. when: "^^my_custom_task.response == 'Good to Go!'")

Describe alternatives you've considered

No response

Additional context

Here is an example. https://vimeo.com/866825016?share=copy