tjmac
April 7, 2020, 7:45pm
1
I have placed Case Task on CMMN Modeler and cannot find the Scope, IN, OUT attributes.
Running latest flowable-all in one.
Scope
Defines the hierarchy of the started Case.
Sub case: the started Case is a child of the current Case. * Root case: the started Case is an independent top-level Case.
In
An optional input parameter map. Allows to pass variables into the newly created case.
Out
An optional output parameter map. Allows to store variables of the case back to the parent case when the child case completes.
2 Likes
joram
April 13, 2020, 12:05pm
2
tjmac
April 13, 2020, 12:27pm
3
@joram is “Scope” within the context of the Flowable Modeler?
@tjmac I am facing same issue. Did you get any solution ?
@joram Please advice Are there any work around for this issue. How can I pass parameters from parent case to sub case?
joram
September 13, 2020, 8:37pm
5
Yes. In the sub case instance, you can look up the parent case instance via the referenceId of the sub case instance. From that parent case instance, you can retrieve the case variables you need.