* Handle workflow revert - notify users
(workflowId: string, timestamp: number)
| 133 | * Handle workflow revert - notify users |
| 134 | */ |
| 135 | handleWorkflowRevert(workflowId: string, timestamp: number): Promise<void> |
| 136 | |
| 137 | /** |
| 138 | * Handle workflow update - notify users |
no outgoing calls
no test coverage detected