Consistently name Temporal Workflow and Activity Input and Output
This change set consistently names Temporal Workflows, Activities and their Input and Output objects. It also adds empty output objects where they've been omitted. This will help us to avoid breaking workflow and activity interfaces in case we want to add some output in the future.
Showing
- internal/module/autoflow/engine/engine.go 1 addition, 1 deletioninternal/module/autoflow/engine/engine.go
- internal/module/autoflow/engine/engine.pb.go 454 additions, 345 deletionsinternal/module/autoflow/engine/engine.pb.go
- internal/module/autoflow/engine/engine.proto 38 additions, 31 deletionsinternal/module/autoflow/engine/engine.proto
- internal/module/autoflow/engine/engine_activity.go 12 additions, 12 deletionsinternal/module/autoflow/engine/engine_activity.go
- internal/module/autoflow/engine/engine_workflow.go 37 additions, 37 deletionsinternal/module/autoflow/engine/engine_workflow.go
- internal/module/autoflow/engine/w_http_do.go 7 additions, 7 deletionsinternal/module/autoflow/engine/w_http_do.go
Please register or sign in to comment