Custom RunTask activity #6090
Replies: 2 comments 3 replies
-
Indeed, the completion endpoint is designed only to target the RunTask activity. Currently, none of the trigger activities can be invoked without specifying their type directly. Until we have that in place, you'd have to also copy the code for the |
Beta Was this translation helpful? Give feedback.
-
Hi @anghelnicolae , I had a similar use-case. I'm using the following code, it works fine for me (because of the
My use case is the following - I need the task id for an external system, so I call the port |
Beta Was this translation helpful? Give feedback.
-
Good morning,
I am trying to create a custom activity that works similarly to the RunTask activity. I've basically copied the code from RunTask and the webhook is called, but the completion endpoint only works for RunTask activities. Am I missing something or is this a limitation of the platform?
Can I use the MassTransit integration to do something similar?
Beta Was this translation helpful? Give feedback.
All reactions