This implementation will enable execute steps to contribute success or fail items (as activity children) to the activity log upon execution. The resulting ExecuteActivityOutput will be handled by the Azure Wizard which has been updated accordingly.
Example of what this would look like in the activity log:
Example with continueOnFail set to true when a step fails:
This implementation will enable execute steps to contribute success or fail items (as activity children) to the activity log upon execution. The resulting
ExecuteActivityOutput
will be handled by the Azure Wizard which has been updated accordingly.Example of what this would look like in the activity log:
Example with
continueOnFail
set to true when a step fails:Example of how it will probably look implemented in ACA: https://github.com/microsoft/vscode-azurecontainerapps/pull/722