I have a process that should start every time a new record as created in a trigger SQLSERVER, this process has basically four worksteps:
1 - In SQL SERVER is created an information on a Trigger in SQLSERVER, this trigger must start a process in BPM
2 - The SQL information received will be transferred to a workstep to call a OpenEdge AppServer
3 - The AppServer return an information to the SQL SERVER
4 - End of process.
Many Thanks
Fernando
Thank you