Arranging activities dynamically based on user request #4651
Unanswered
krishnaraman001
asked this question in
Q&A
Replies: 1 comment
-
Depends on how you are passing the user input and you can use For example, if the user input is passed in as a signal, then it can contain the activity type and the activity input, then the signal can invoke the activity using the untyped activity stub. It should be very straightforward. I will find some time to write a sample code if you really need it. |
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've a requirement where I need to arrange my activities dynamically
Let's say I've three activities:
Capitalize Text
Replace Text
Split Text
Now, I need to arrange these activities dynamically based on user request and also pass result of an activity to its consecutive activity
So, I'm developing UI where user can drag and drop these activities and connect them as he wants. Planning to use Cadence as backend for this
How can I achieve this with Cadence in java?
Beta Was this translation helpful? Give feedback.
All reactions