Question

Script Task Documentation

Is there any formalized documentation on how to create/modify script tasks.

 

To be more specific how would one make use of a process parameter inside a Script task?

Like 0

Like

4 comments

Hello Michael, 

Please, check the following link to find the required information: https://academy.bpmonline.com/documents/technic-bpms/7-14/script-task-process-element

Best regards,

Olga

Olga Avis,

Is there any additional documentation?

Michael Dorfman,

Script tasks - are c# methods inside a business process class. Please feel free to open a source code of a business process with a script task and you'll see a simple c# class. It works according to the native c# documentation.

https://www.oreilly.com/library/view/essential-c-70/9781509303595/

Your second question was completely covered by the article mentioned in the Olga's post.

Eugene Podkovka writes:

Michael Dorfman,

Script tasks - are c# methods inside a business process class. Please feel free to open a source code of a business process with a script task and you'll see a simple c# class. It works according to the native c# documentation.

https://www.oreilly.com/library/view/essential-c-70/9781509303595/

Your second question was completely covered by the article mentioned in the Olga's post.

 In addition to my question is there any documentation on the classes and methods available for use such as reading data in the system using a script task?

Previously I was directed to review existing script tasks but that only explains so much.

Show all comments