AgileWork Project Template > Runtime

Runtime behavior occurs on the AgilePoint Server as the custom activity executes.

Good to Know

  • You can assemble the runtime logic or business logic of your custom human task activity with c# code in the AgileWork.cs file.
  • A human task activity runtime class must inherit from the WFAgileWork base class.
  • The C# class can be converted to a human task activity runtime class by inheriting the WFAgileWork class and adding the [AgileWork("")] attribute to the runtime class.

How to Start

  1. Create a new project in AgilePoint NX Developer.
  2. In the project folder Runtime, open the file AgileWork.cs.