Wednesday, June 24, 2009

What is the parameter names for parameters in the context file for Workflow?

What is the parameter names parameters in the context file for Workflow?
For example:
Outbound EMail Account (SMTP) Server Name.
Inbound EMail Account (IMAP) Server Name,
Username,
Reply-To Address?

Parameters for the seeded Workflow Notification Mailer appear in AutoConfig as well as in the notification mailer configuration wizard.When you specify values for these parameters through the notification mailer configuration wizard, your AutoConfig context file is synchronized with those values as well.Likewise, if you specify values for these parameters through AutoConfig, the Workflow Notification Mailer configuration will be synchronized with those values as well. The following parameters appear in AutoConfig:
* SMTP Server
* IMAP Server
* Inbox Username
* Reply To E-mail Address
* HTML Agent Name ex. http:///pls/

Alternatively, you can check the context file and here are the names of the parameters:
* s_javamailer_imap_user - Oracle Workflow Java Mailer IMAP User Name
* s_javamailer_reply_to - Oracle Workflow Java Mailer IMAP ReplyTo Address
* s_javamailer_imaphost - Oracle Workflow Java Mailer IMAP Host
* s_javamailer_imapdomainname - Oracle Workflow Java Mailer domain
* s_wf_admin_role - Oracle Workflow Admin Role * s_smtphost - SMTP Server Host
* s_smtpdomainname - Email Server Domain

No comments: