- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot use inputProperties and CustomProperties with XaaS. However, if you want to grab the username and request ID in a wrapper workflow, here is what you could do:
userName and requestId are local variables of the wrapper workflow.
These then passed to the subflow as input (input1 is the input of the wrapper wf):
Here are the logs:
HTH