Submitting a workflow using task.create() works th...
# suiteflow
b
Submitting a workflow using task.create() works the very first time it is executed on a specific record. Any subsequent attempts end up leaving the task in a “Pending” state. The exact same workflow works just fine executing with workflow.initiate(), but that doesn’t help me as workflow.initiate() is synchronous and I need the asynchronous functionality of task.create(). Any suggestions?