[GitHub] mdeuser commented on issue #3262: Handle trigger activations with inactive rules

2018-02-13 Thread GitBox
mdeuser commented on issue #3262: Handle trigger activations with inactive rules
URL: 
https://github.com/apache/incubator-openwhisk/pull/3262#issuecomment-365371067
 
 
   Updated `logs` field in the trigger activation record will look like the 
following for a trigger with one active and one inactive rule:
   ```
   "logs": [
   
"{\"statusCode\":0,\"success\":true,\"activationId\":\"a0e1a50ba6074eeca1a50ba6072eecdc\",\"rule\":\"guest/activerule1\",\"action\":\"guest/web-echo-env\"}",
   
"{\"statusCode\":1,\"success\":false,\"rule\":\"guest/inactiverule1\",\"error\":\"Rule
 guest/inactiverule1 is inactive; action guest/web-echo-env was not 
activated\",\"action\":\"guest/web-echo-env\"}"
   ],
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mdeuser commented on issue #3262: Handle trigger activations with inactive rules

2018-02-13 Thread GitBox
mdeuser commented on issue #3262: Handle trigger activations with inactive rules
URL: 
https://github.com/apache/incubator-openwhisk/pull/3262#issuecomment-365370840
 
 
   rebased on top of #3256 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services