help

can anyone  give a sample to help me create child state machine workflow
I want to know how it work with master workflow.

Thanks in advance



Answer this question

help

  • ConcordCraig

    Thank you very much!


  • Erfan

    Can anyone help me
  • Kevent

    It's not clear what you mean here. Do you want multiple workflows one parenting the other Or do you want a single workflow that has multiple parts in some way

    Please can you clarify what you are trying to do.

    Regards,
    Paul



  • Jenssa

    We don't have extensive built-in support for different multiple workflow scenarios such as a parent with multiple children. You can implement these yourself by creating multiple workflow models and using communications such as InvokeExternalMethod and HandleExternalEvent.

    The built-in support allows you to start another workflow from within an existing workflow.

    Regards,
    Paul



  • Mats Upptrom

    Excuse my poor English,

    I mean multiple workflows one parenting the other .

    thanks!


  • dustin1

    I know,

    well, I defined an custom activity to start my " child workflow" and put it in an EventDrivenActivity, communicate each other by custom event.

    is this way properly


  • diavolo

    Yeah sure, there are samples in the SDK under Host Communications.

    C:\Program Files\Microsoft SDKs\Windows Workflow Foundation\Samples\Technologies\Communications\HostCommunication\CS

    Cheers,
    Paul



  • help