Developer Forum »
Extending schedulded tasks
10 posts

If I make an object witch inherits from ScheduldedTasks, how do I access that object in my workflowmethod?

 

When i ask for currentnodeid, it does not match the nodeid of the task that initiated the workflow

 

Regards

 

Christoffer

120 posts

Why are you inheriting from ScheduledTask? Sure you not want to inherit from WorkflowMethod?

1