Share
What is BPML in Sterling Integrator?
Question
can you help me with this question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
can you help me with this question
Answer ( 1 )
BPML (Business Process Modeling Language) is XML-based and is used to define Business Processes in Sterling Integrator.
example:
<BusinessProcess name=”SampleBP”>
<Start>
<Participant name=”FTPClient”/>
</Start>
<Activity name=”SendFile”>
<Action name=”FTPClientService”/>
</Activity>
</BusinessProcess>