You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create a new WorkflowTask and assign it to a new workflow? The docs aren't very descriptive, I can see that you can call the CreateWorkerHost to execute that specific task but how can I use it with ConductorWorkflow.WithTask method? I've tried passing in new WorkflowTask with the name of the IWorkflowTask type assigned but this doesn't seem to work, am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is it possible to create a new WorkflowTask and assign it to a new workflow? The docs aren't very descriptive, I can see that you can call the
CreateWorkerHost
to execute that specific task but how can I use it with ConductorWorkflow.WithTask method? I've tried passing in newWorkflowTask
with the name of the IWorkflowTask type assigned but this doesn't seem to work, am I missing something?Beta Was this translation helpful? Give feedback.
All reactions