I created a simple activity by duplicating the js activity, modified the form, the workflow schema extension etc etc.
However, the acitvity does not even log logInfo("test");
On the other hand, I am trying to construct a JSON key value pair object and enrich it with the workflow's instance vars to no avail.
the js library call is able to get the content of the activity, but not eniched.
function mytestactivity_call()
{
logInfo(activity.script);
}
What is missing?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @o_X
Your custom activity is taking all the values as text and that is why they are not dynamic. Can you please share more details on your use case?
If you want to pass dynamic data then try to use the method in your schema.
Views
Replies
Total Likes
Hello @o_X
Your custom activity is taking all the values as text and that is why they are not dynamic. Can you please share more details on your use case?
If you want to pass dynamic data then try to use the method in your schema.
Hi @o_X,
Were you able to resolve this query with the given solution or was this something you were able to figure out on your own or do you still need help here? Do let us know.
Thanks!
Views
Replies
Total Likes