Zum Hauptinhalt gehen

Studio Workflow Run Workflow Async?

Kommentare

1 Kommentar

  • Zack Robison

    VS WFs can be run asynchronously.

    In VS Web and Mobile, use the workflow.run command with the async argument; you don't need to include a WF component just for it but you will need to target a component to host the client WF in your command if you don't.  I personally find it easier to just include a component because it makes the command easier to write, if you have nothing to render then the UI won't do anything and your users will be none the wiser.

    In GCE, there's the RunWorkflowByUrl command but I vaguely recall having some difficulty there which might've been asynchronicity (might've been something elselike calling a WF from a feature popup though)... I worked around it by wrapping the VS WF in an Essentials WF.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.