Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support for in / out in CallActivity #403

Open
valb3r opened this issue Oct 4, 2024 · 0 comments
Open

Support for in / out in CallActivity #403

valb3r opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@valb3r
Copy link
Owner

valb3r commented Oct 4, 2024

Support for:

Passing variables

You can pass process variables to the sub-process and vice versa. The data is copied into the sub-process when it is started and copied back into the main process when it ends.

<callActivity id="callSubProcess" calledElement="checkCreditProcess">
    <extensionElements>
        <flowable:in source="someVariableInMainProcess"
            target="nameOfVariableInSubProcess" />
        <flowable:out source="someVariableInSubProcess"
            target="nameOfVariableInMainProcess" />
    </extensionElements>
</callActivity>
@valb3r valb3r added the enhancement New feature or request label Oct 4, 2024
@valb3r valb3r added this to MVP plugin Oct 4, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
Status: TODO
Development

No branches or pull requests

1 participant