Hi,
I have set the Token as 'test' in /admin/config/workflow/maestro settings.
Below errors are coming on my screen.
The website encountered an unexpected error. Please try again later.</br></br><em class="placeholder">InvalidArgumentException</em>: The URI '/node/add/approval_form?maestro=1' is invalid. You must use a valid URI scheme. in <em class="placeholder">Drupal\Core\Url::fromUri()</em> (line <em class="placeholder">281</em> of <em class="placeholder">core\lib\Drupal\Core\Url.php</em>).
and some more errors
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function '/node/add/approval_form?maestro=1' not found or invalid function name in Drupal\maestro\Form\MaestroInteractiveFormBase->getExecutableFormFields() (line 180 of modules\maestro\src\Form\MaestroInteractiveFormBase.php).
Thanks,
Sachin
Comments
Comment #2
sachinsuryavanshi commentedComment #3
sachinsuryavanshi commentedComment #4
_randy commentedI have tested the module out on Drupal 8.4. Looks like there may be an issue with the call to complete a content-type task. I will look into it.
Comment #5
_randy commentedThis is a small issue in the task console on line 78 where Drupal is unable to generate the URI for some reason. I will have to dig into this more later to see why. Since the URI is not generated properly, the console assumes that this is an interactive task and tries to execute it as such rather than as a URL-bound task that the content type task is.
Comment #6
sachinsuryavanshi commentedI did check module on Drupal 8.3.7, same error I'm getting.
I will wait for your solution, thanks again for prompt response
Comment #8
_randy commentedI have pushed a fix to the dev branch. This should resolve the issue.
Comment #9
sachinsuryavanshi commentedFew things I want to highlight here.
1. Great job, errors are gone now
2. I am able to start form process (Submit Request to Manager)
- As admin, I am able to create request from Task console
- Stuck after that.
- Manager & Employee is not getting other option rather than Submit Request to Manager
Could you guide me further? can we connect on skype as per your availability?
I appreciate your valuable time for this module.
Cheers,
Sachin
skype: sachin.suryavanshi3
Comment #10
_randy commentedThis is a support request rather than a continuation of this bug report. Closing this item down.
Please refer to the Maestro configuration page to set the token and to allow the task console refreshes to move the orchestrator ahead to get your flows moving.