@cxtms/cx-schema 1.9.5 → 1.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,9 +111,9 @@ events:
111
111
  inputs:
112
112
  message: "{{displayName}} workflow started"
113
113
  level: Information
114
- onWorkflowExecuted:
114
+ onWorkflowCompleted:
115
115
  - task: "Utilities/Log@1"
116
- name: LogWorkflowExecuted
116
+ name: LogWorkflowCompleted
117
117
  inputs:
118
118
  message: "{{displayName}} workflow completed successfully"
119
119
  level: Information
@@ -82,9 +82,9 @@ events:
82
82
  inputs:
83
83
  message: "{{displayName}} workflow started"
84
84
  level: Information
85
- onWorkflowExecuted:
85
+ onWorkflowCompleted:
86
86
  - task: "Utilities/Log@1"
87
- name: LogWorkflowExecuted
87
+ name: LogWorkflowCompleted
88
88
  inputs:
89
89
  message: "{{displayName}} workflow completed successfully"
90
90
  level: Information
@@ -114,9 +114,9 @@ events:
114
114
  inputs:
115
115
  message: "{{displayName}} workflow started"
116
116
  level: Information
117
- onWorkflowExecuted:
117
+ onWorkflowCompleted:
118
118
  - task: "Utilities/Log@1"
119
- name: LogWorkflowExecuted
119
+ name: LogWorkflowCompleted
120
120
  inputs:
121
121
  message: "{{displayName}} workflow completed successfully"
122
122
  level: Information
@@ -122,9 +122,9 @@ events:
122
122
  inputs:
123
123
  message: "{{displayName}} workflow started"
124
124
  level: Information
125
- onWorkflowExecuted:
125
+ onWorkflowCompleted:
126
126
  - task: "Utilities/Log@1"
127
- name: LogWorkflowExecuted
127
+ name: LogWorkflowCompleted
128
128
  inputs:
129
129
  message: "{{displayName}} workflow completed successfully"
130
130
  level: Information