Run a Function activity
Not plannedIn some cases, you need to run the same process and I understand there is run a workflow or develop a custom activity which needs to create a new workflow and run it inside another one or some coding.
But the simple solution would be having function inside the same workflow into a container or even Create a Function activity and call this function via Run a function activity.
-
You already can, sort of. It depends a bit on what exactly you need.
An example: Use the Create Value activity, name it 'square' and set its value to =function(x){return x * x}
Calling the function: =$square.result(3)
1 -
Berend Veldkamp I could not verify your promising suggestion in a workflow of a mobile app. Can you tell me in which workflow environment you might have employed such a reuse of JavaScript function code? Reusing same code from many places in a workflow is a must to have feature. Hope many users will upvote for this facility in workflows. Thanks to Davood Kazemi for posting this idea here!
0 -
Byju Geevarghese I have only tried this in Web, and it wouldn't surprise me if it works differently in Mobile.
Since version 2.29, there is a Subworkflow activity, but that's also not available in Mobile (yet?).
0
Please sign in to leave a comment.
Comments
3 comments