Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
How to define a process level constant to be used inside a BPM Object?

606248
Member Posts: 59
I need to define a constant with the name of the process of the instance that it is executing.
I have a BPM Object that it is shared with multiple processes.
Inside that BPM Object I have a method that needs the name of the process it is running.
Is there any way to define a constant visible anywhere in the process? By anywhere I mean inside an BP-Method, not in an Automatic Activity.
I have a BPM Object that it is shared with multiple processes.
Inside that BPM Object I have a method that needs the name of the process it is running.
Is there any way to define a constant visible anywhere in the process? By anywhere I mean inside an BP-Method, not in an Automatic Activity.
Answers
-
Not sure if this what you're looking for, but in a samples project named 'ExpenseReimbursement' there is a way to set and get global Process Options.
It might not be suitable for your problem (and maybe not the cleanest solution), but such a setup might be used to construct a globally available variable.
Kind regards,
RL
This discussion has been closed.