Skip to main content

hi,


I'm trying to run a workflow from another workflow based on a string from an oracle database.


ie the string is the Workflow/process name.


I know I can call processes (in the same workflow) using IPC but will this work for the workflow name in a string datafield.


so to clarify:


1. start a workflow


2. get datafield string value with another workflow/process name in it.


3. call that workflow/process asynchronously.


 


thanks

I had a quick look at the wizard and it does allow you to use a datafield (or any other data source, like a SmartObject) as the name of the child process to be started. You do need to provide it with a design time process in order for it to get a list of the expected datafields to be passed along. 


 


Along the same lines, you will need to ensure that the datafields you intend to populate in the IPC call are consistent across all processes.


Reply