How to connect the SCXML data model with External Data Storage #27
Unanswered
tfahringer
asked this question in
Q&A
Replies: 1 comment
-
SCXML standard allows to use custom datamodels but its definition depends on SCXML framework (uscxml, Qt scxml, scion etc.). I mean you will do it on the framework side The definition of a data model must:
You can watch here examples of different datamodels for uscxml framework |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am interested to access external data repositories for instance Amazon S3 from SCXML.
The SCXML data model allows to declare variables which then can be used in operations of states, transitions, etc.
One can open Amazon S3 and generated, read and write objects. How could the SCXML data model extended for this opportunity to access data in external repositories. One could refer to data objects/variables in S3 and then use these variables in SCXML operations wherever normal SCXML variables can be used as well.
Is this foreseen by the syntax of SCXML?
Beta Was this translation helpful? Give feedback.
All reactions