ibm-functions / composer

Composer is a new programming model for composing cloud functions built on Apache OpenWhisk.
Apache License 2.0
135 stars 26 forks source link

Question #33

Closed pdhoward closed 6 years ago

pdhoward commented 6 years ago

I am very excited to see this set of capability from IBM. Excellent development for the conversational worl

I hoping you can answer this before I invest too much time in testing discover the it will not work

Your docs state that the FSM "consists of a finite sequence of states starting with the initial state." Can I start the process at a later state if needed?

tardieu commented 6 years ago

Yes it is possible to start from an arbitrary state by changing the Entry field of the json-encoded FSM at invocation time, or by specifying the desired entry state as an additional $state parameter to the invocation.

pdhoward commented 6 years ago

Excellent! Thank you!