How to execute command using Tibco BW

1.2k views Asked by At

How do I run a shell script file with an input parameter like ./flows.sh suspend and print the the result to a file using tibco bw?

1

There are 1 answers

0
Roberto Ramos On BEST ANSWER

You need create a process with the palette.

Palette External Command

The configuration for the new process should be the next:

INPUT

  1. command ./flows.sh suspend.
  2. workingDirectory:The working directory for the command process. If workingDirectory is not specified, the command process inherits its working directory from the process engine. Image Input example external command

Configuration