Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

duypnguyen
duypnguyen
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
42

Posts

Posts
209

Discussions

Discussions
35

Questions

Questions
174

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by duypnguyen
Customize the badges you want to showcase on your profile
Re: debug actions after "aio app deploy" - App Builder 04-09-2020
Hi Urs - thanks for the update. Glad to hear!

Views

370

Likes

0

Replies

0
Re: Trigger another action from within an action - App Builder 31-08-2020
Rule and Trigger is the cleanest way but you can also do this if neededconst openwhisk = require('openwhisk') const options = { apihost: 'HOST:PORT', api_key: 'API_KEY_HERE', api: process.env['__OW_API_HOST'] + "/api/v1/" } let wsk = openwhisk(options) let invokeParams = {"stuff":"my stuff","topass":"in","asparams":"more data"} wsk.actions.invoke({ actionName:"/my/namespace/actionname", blocking: false, result: false, params:invokeParams });

Views

425

Like

1

Replies

0
Re: openwhisk alarms not allowed on local environment - App Builder 31-08-2020
@duypnguyen thanks for the params, need to write them the right way! will give it a try. I will close the question as I think it will work

Views

703

Likes

0

Replies

0
Re: Adobe credentials for standalone actions execution - App Builder 25-08-2020
Hi @duypnguyen thanks for explanation. Yes, we are fully aware that using a webservice makes to action possible to run for everybody (but in this case this is ok). We are just looking for a way to have an action both accessible in the UI as well as running with the alarm package. so we will try to use a service account within the action whenever it runs. the action will only do something if it has not run already or if there has been an error in the last run. so just in case the action has run s...

Views

458

Likes

0

Replies

0
Betreff: split actions or not? - App Builder 24-08-2020
Really good answer from @duypnguyen, unfortunatelly as a comment so I can't mark it as answer - Copy comment her to mark as answer: Good discussions over here. Chaining of action in I/O Runtime (or Openwhisk at its core) is called sequence, which you can read more about here: https://github.com/AdobeDocs/adobeio-runtime/blob/master/reference/sequences_compositions.md#sequenc...Example of sequence definition in the manifest.yml of a Firefly project:sequences: authenticate: actions: 'login, check,...

Views

644

Likes

0

Replies

0
Re: Access to env file - App Builder 24-08-2020
@duypnguyen thanks a lot, really easy to use and works perfect!

Views

312

Likes

0

Replies

0
Re: Sample Screen for React Spectrum - App Builder 21-08-2020
thanks a lot for all those links, will give it a try now.

Views

435

Likes

0

Replies

0
Re: Actions to Analytics API 1.4 - App Builder 21-08-2020
thanks

Views

376

Likes

0

Replies

0
Re: Production workspace approval workflow - App Builder 20-08-2020
Awesome, thanks for confirming. Great that it works!

Views

678

Likes

0

Replies

0
Re: No apps seen in workspace - App Builder 18-08-2020
yes, that's correct.

Views

423

Likes

0

Replies

0