Script workflow Activity

Devika
Tera Contributor

What is the best practice other than using current.update() in script workflow Activity .

1 ACCEPTED SOLUTION

Chaitanya ILCR
Kilo Patron

Hi @Devika  ,

you don't have to use current.update() in the runscript activity in the workflow

you can just set current.short_description = 'test'  (taken short_description as an example here )

no current.update is required

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

1 REPLY 1

Chaitanya ILCR
Kilo Patron

Hi @Devika  ,

you don't have to use current.update() in the runscript activity in the workflow

you can just set current.short_description = 'test'  (taken short_description as an example here )

no current.update is required

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya