Adds TestWorkflow to worker's RegisterWorkflow list so integration tests can execute test workflows against the Temporal cluster.
This commit is contained in:
@@ -37,6 +37,7 @@ func main() {
|
||||
// Register all workflows
|
||||
w.RegisterWorkflow(statemachine.OrchestratorWorkflow)
|
||||
w.RegisterWorkflow(statemachine.TaskUnitWorkflow)
|
||||
w.RegisterWorkflow(statemachine.TestWorkflow)
|
||||
|
||||
// Register all activities
|
||||
w.RegisterActivity(action.CloneRepoActivity)
|
||||
|
||||
Reference in New Issue
Block a user