WorkflowModule 工作流上下文模块
| 281 | |
| 282 | // WorkflowModule 工作流上下文模块 |
| 283 | type WorkflowModule struct { |
| 284 | WorkflowInfo *WorkflowContextInfo |
| 285 | } |
| 286 | |
| 287 | type WorkflowContextInfo struct { |
| 288 | WorkflowID string |
nothing calls this directly
no outgoing calls
no test coverage detected