zachschultz opened a new issue #391: Wskdeploy sometimes tries to create 
sequence before action
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/391
 
 
   During testing and trying to deploy this 
[blueprint](https://github.com/zachschultz/owbp-cloudant-trigger/) with this 
[manifest 
file](https://github.com/zachschultz/owbp-cloudant-trigger/blob/master/runtimes/node/manifest.yaml)I
 noticed that I was getting the error: `Got error creating action with error 
message: Sequence component does not exist. (code 970378) and error code: 144.` 
On the next try, it succeeded.
   
   In the manifest file, you can see that I tell wskdeploy to create an action 
called `process-change`, then below that I create a sequence that makes use of 
the action.
   
   This leads me to believe that there may be an issue with `wskdeploy` trying 
to create items out of order, unless there is a flag or keyword I am missing 
that would tell wskdeploy to wait for the actions to be created before 
sequences were created.
   
   
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to