Is it possible to have a sub-process to be a quick task, and have data from the

Is it possible to have a sub-process to be a quick task, and have data from the parent process passed to the sub-process? In my sub-process, whenever I define process variables as parameters, in the sub-process setup, the values for those pvs are defined as "From Form" without any obvious way to change them. Thanks....

OriginalPostID-87947

OriginalPostID-87947

  Discussion posts and replies are publicly visible

Parents
  • This is not a recommended design pattern we use since if you change the params of the subprocess it also changes the form, but if you access the subprocess form, you should be able to delete elements from it and configure them in the setup tab. Or you can hide these fields and enter default values.
    A better way to do this would be to have a quick task before the subprocess node.
Reply
  • This is not a recommended design pattern we use since if you change the params of the subprocess it also changes the form, but if you access the subprocess form, you should be able to delete elements from it and configure them in the setup tab. Or you can hide these fields and enter default values.
    A better way to do this would be to have a quick task before the subprocess node.
Children
No Data