Antoine D.
Results
2
comments of
Antoine D.
@vimalraj-a > Even I get the retryCount in step. How do I change error handling strategy of workflow from run method? You can override the strategy by doing ``` context.step.errorBehavior...
Hi! To help those asking for the same question, here is an example of a simple `logProgress` function. ``` import { configureWorkflow, IWorkflowHost, WorkflowConfig, IWorkflowRegistry, TYPES, IPersistenceProvider, WorkflowStatus } from...