Running Conditional Branches in TypeScript
How can I run conditional branches?
I have this (wrong) code
The
The result of that needs to be used to decide what workflow need to run after
I have this (wrong) code
The
canJobBeProcessed(msg.jobId) returns Effect<never, boolean, boolean>The result of that needs to be used to decide what workflow need to run after
