End
The End activity is the last activity in a direct subprocess definition. When a direct subprocess is called from another process, the direct subprocess provides output data to the calling process. You can map data from other activities in the process to an output schema specified on the End activity. This becomes the output of the process.
Input Editor
Use the Input Editor tab to define ouput data for the subprocess. Any process that calls this process definition receives this data after the process call completes.
You can define your own datatype on this tab, and reference an XML schema stored in the project. Once defined, the data specified on the
Input Editor tab becomes the input schema of the
End activity. You can then map data from other activities in the process to the
End activity’s input, and this becomes the output of the process when the process completes.
Copyright © Cloud Software Group, Inc. All rights reserved.