diff --git a/SpeckleAutomateDotnetExample/AutomateFunction.cs b/SpeckleAutomateDotnetExample/AutomateFunction.cs index 449cb70..f0a6a3d 100644 --- a/SpeckleAutomateDotnetExample/AutomateFunction.cs +++ b/SpeckleAutomateDotnetExample/AutomateFunction.cs @@ -37,6 +37,9 @@ FunctionInputs functionInputs // 5- Attach report to failed objects to be able to highlight them in viewer or Revit connector // 6- Report the automation result as SUCCESS/FAIL + automationContext.MarkRunSuccess( + "We are going to fail successfully in a bit, don't worry!" + ); } private static void AttachReportToFailedObjects(