Calling workflow in JVM to workflow running in other JVM

Hi All,

How do we call workflow running in one JVM to workflow running in other JVM of temporal .
We want to have parent workflow as one service and that wont change and invoke subworkflow running as other service which is expecting frequent changes .and parent workflow can invoke subworkflow dynamic .

Use different task queues for these workflows. Make sure to specify the child task queue explicitly through ChildWorkflowOptions.taskQueue when creating its stub.

Hi maxim,

Thank you.

I tried this and it worked child workflow should implement dynamic workflow.

Do Temporal provide any paid support if we select the product??

Thanks
Phani

Child workflow doesn’t need to implement dynamic workflow for this to work. DynamicWorkflow is used to implement multiple workflow types by a single class.

Do Temporal provide any paid support if we select the product??

No. We only provide support for our cloud offering.