Run Shell script in classic | Community
Skip to main content
New Participant
July 19, 2019
Solved

Run Shell script in classic

  • July 19, 2019
  • 3 replies
  • 6078 views

Hi,

I am using Adobe campaign classic v 7.0. I observed there is no activity to execute shell script which was available in v 6.0.

Do you have any alternative method or activity in v7.0 to execute shell script?

I want to add header and trailer to output file using shell script.

Thanks for your support!!

Thanks,

Santanu

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

Two options:

If you have a workflow from v6 with script activity inside, just open and copy the activity.

Use JavaScript activity and trigger a command:

execCommand

3 replies

New Participant
August 6, 2019

Can you let me know if using Shell script from v6 is a recommended approach?? Will the script be working fine for automated workflow?

New Participant
January 21, 2020
I've been using it on v7 without any issues so far.
New Participant
July 20, 2019

Thanks ramon. It's working for me.

I added Header to txt file but I want to add trailer in the file and that would be very last line of the file.

What shell script should I use?

bisswangAccepted solution
Employee
July 19, 2019

Two options:

If you have a workflow from v6 with script activity inside, just open and copy the activity.

Use JavaScript activity and trigger a command:

execCommand