Skip to main content

InvokeWorkflow and ExternalActivityExtension error

Comments

4 comments

  • Permanently deleted user

    Hi Stimpy

    Invoke Workflow does not allow Client activities to be called in the called workflow. ie can only be logic that runs entirely on the server

    If you are using the lastest version you may be able to make use of the Reference Workflow Activity instead.

    Regards

    Ralph

    0
  • Permanently deleted user

    Excellent!

    It did work using the ReferenceWorkflow, although I do get a red exclamation saying that the "argument does not exsist on the referenced workflow", but it runs fine!

    Any more ideas to get rid of the red circle of death?

    0
  • Permanently deleted user

    So what arguments are configured in the referenced workflow?

    Ralph

    0
  • Permanently deleted user

    There is only one argument called "test" with "in" direction of type "string". In the ReferenceWorkflow call I have one argument called "test" with direction "In" and type "String" with a value that says "This is the test data"

    0

Please sign in to leave a comment.