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

Run Shell script in classic

  • July 19, 2019
  • 3 replies
  • 6086 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

bisswangAdobe EmployeeAccepted solution
Adobe 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

Level 2
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?

Level 2
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?

Level 2
January 21, 2020
I've been using it on v7 without any issues so far.