Hello thank you @victoria , when running the worflow is there a way to get the progress status of a worflow ?
Joaquim
Hi @Ecommfox,
To track the progress status of a workflow in Retool, you can leverage the WorkflowContext object, which provides insight into the execution state of a workflow.
Here are the steps:
- Access WorkflowContext: Within your workflow steps, use the object to get information about the workflow execution.
- Monitoring and Logging: Monitor the status using WorkflowContext.status and utilize Retool's automatic logging of workflows to track step-by-step progress. We also recommend monitoring the logs to review and debug runs.