@@ -98,6 +98,10 @@ discard block |
||
98 | 98 | ); |
99 | 99 | } |
100 | 100 | |
101 | + /** |
|
102 | + * @param string $reason |
|
103 | + * @param string $details |
|
104 | + */ |
|
101 | 105 | public function activity_failed($task, $reason, $details) |
102 | 106 | { |
103 | 107 | $this->send_activity_msg( |
@@ -169,6 +173,11 @@ discard block |
||
169 | 173 | } |
170 | 174 | |
171 | 175 | // Send a message to SQS output queue |
176 | + |
|
177 | + /** |
|
178 | + * @param string $eventType |
|
179 | + * @param boolean $sendInput |
|
180 | + */ |
|
172 | 181 | private function send_activity_msg( |
173 | 182 | $activityTask, |
174 | 183 | $eventType, |