Discussion:
Resubmit in workflow
(too old to reply)
Trieu nguyen
2010-02-09 08:34:01 UTC
Permalink
Hi All,

I have an question: when I click the Reject button the WF status will update
Reject and I want Workflow originator will Resubmit again. how can I do that ?

Thanks and best regard

Trieu nguyen
Patrick G. Hodo
2010-02-09 19:57:16 UTC
Permalink
This is not by design. Reject is for the end of the workflow. If you want
the originator to have the option to resubmit, they must "return" the
workflow. To get around this, you must manually set the status on the
workflow record to something besides "Reject" or modify the "canSubmit"
method to allow it.

On 2/9/10 2:34 AM, in article
Post by Trieu nguyen
Hi All,
I have an question: when I click the Reject button the WF status will update
Reject and I want Workflow originator will Resubmit again. how can I do that ?
Thanks and best regard
Trieu nguyen
Trieu nguyen
2010-02-10 00:53:01 UTC
Permalink
Hi Patrick,

Thanks you so much for your reply. It is good for me. I must create new
method in class submit and set it ResubmitWorkflowMenuItem. It will run. I
have a question : How can I run ChangeRequest and Deny in Workflow Approval ?

Thanks and best regard

Trieu nguyen
Post by Patrick G. Hodo
This is not by design. Reject is for the end of the workflow. If you want
the originator to have the option to resubmit, they must "return" the
workflow. To get around this, you must manually set the status on the
workflow record to something besides "Reject" or modify the "canSubmit"
method to allow it.
On 2/9/10 2:34 AM, in article
Post by Trieu nguyen
Hi All,
I have an question: when I click the Reject button the WF status will update
Reject and I want Workflow originator will Resubmit again. how can I do that ?
Thanks and best regard
Trieu nguyen
.
Bharat Malviya
2011-07-21 10:23:36 UTC
Permalink
Hi,

When I perform Reject action of workflow approval (outcome type: return), then I can resubmit the workflow. Is it true? and as you mentioned that reject actually ends the workflow so how can I use Reject approval action.

Thanks in advance.
Post by Trieu nguyen
Hi All,
I have an question: when I click the Reject button the WF status will update
Reject and I want Workflow originator will Resubmit again. how can I do that ?
Thanks and best regard
Trieu nguyen
Post by Patrick G. Hodo
This is not by design. Reject is for the end of the workflow. If you want
the originator to have the option to resubmit, they must "return" the
workflow. To get around this, you must manually set the status on the
workflow record to something besides "Reject" or modify the "canSubmit"
method to allow it.
On 2/9/10 2:34 AM, in article
Post by Trieu nguyen
Hi Patrick,
Thanks you so much for your reply. It is good for me. I must create new
method in class submit and set it ResubmitWorkflowMenuItem. It will run. I
have a question : How can I run ChangeRequest and Deny in Workflow Approval ?
Thanks and best regard
Trieu nguyen
Loading...