Skip to content

Commit

Permalink
Merge pull request #714 from elsa-workflows/feature/548-incorrect-con…
Browse files Browse the repository at this point in the history
…nection-in-sample

Resolve #548 - improperly connected activity
  • Loading branch information
craigfowler committed Mar 4, 2021
2 parents 8cbccb3 + f22fada commit 94b0a1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/samples/Sample25/DataProcessingWorkflow.cs
Expand Up @@ -50,8 +50,7 @@ public void Build(IWorkflowBuilder builder)
ifElse
.When(OutcomeNames.True)
.Then<WriteLine>(x => x.TextExpression = new LiteralExpression("Data exceeds threshold (TRUE)"));
})
.Then<WriteLine>(x => x.TextExpression = new JavaScriptExpression<string>("(`Finished data processing. Result: ${Absolute.Result}`)"));
});
}
}
}
}

0 comments on commit 94b0a1d

Please sign in to comment.