コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Run Shell script in classic

Avatar

Level 2

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

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

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

元の投稿で解決策を見る

4 返信

Avatar

正解者
Employee Advisor

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

Avatar

Level 2

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?

Avatar

Level 2

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

Avatar

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